mirror of
https://gh.catmak.name/https://github.com/mihomo-party-org/mihomo-party
synced 2025-12-26 20:50:30 +08:00
fix: button nesting hydration errors
This commit is contained in:
parent
c906a10562
commit
6cf1ae2c25
@ -162,6 +162,7 @@ const OverrideItem: React.FC<Props> = (props) => {
|
|||||||
)}
|
)}
|
||||||
{openLog && <ExecLogModal id={info.id} onClose={() => setOpenLog(false)} />}
|
{openLog && <ExecLogModal id={info.id} onClose={() => setOpenLog(false)} />}
|
||||||
<Card
|
<Card
|
||||||
|
as="div"
|
||||||
fullWidth
|
fullWidth
|
||||||
isPressable
|
isPressable
|
||||||
onPress={() => {
|
onPress={() => {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user