mirror of
https://github.com/Buriburizaem0n/nezha-dash-v1.git
synced 2026-02-04 04:30:07 +00:00
chore: auto-fix linting and formatting issues
This commit is contained in:
committed by
github-actions[bot]
parent
8ddf26861f
commit
3b7b5ffa8c
@@ -224,9 +224,11 @@ export default function Servers() {
|
|||||||
},
|
},
|
||||||
)}
|
)}
|
||||||
>
|
>
|
||||||
<MapIcon className={cn("size-[13px]", {
|
<MapIcon
|
||||||
"text-white": showMap === "1",
|
className={cn("size-[13px]", {
|
||||||
})} />
|
"text-white": showMap === "1",
|
||||||
|
})}
|
||||||
|
/>
|
||||||
</button>
|
</button>
|
||||||
<button
|
<button
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
@@ -244,9 +246,11 @@ export default function Servers() {
|
|||||||
},
|
},
|
||||||
)}
|
)}
|
||||||
>
|
>
|
||||||
<ChartBarSquareIcon className={cn("size-[13px]", {
|
<ChartBarSquareIcon
|
||||||
"text-white": showServices === "1",
|
className={cn("size-[13px]", {
|
||||||
})} />
|
"text-white": showServices === "1",
|
||||||
|
})}
|
||||||
|
/>
|
||||||
</button>
|
</button>
|
||||||
<button
|
<button
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
@@ -264,9 +268,11 @@ export default function Servers() {
|
|||||||
},
|
},
|
||||||
)}
|
)}
|
||||||
>
|
>
|
||||||
<ViewColumnsIcon className={cn("size-[13px]", {
|
<ViewColumnsIcon
|
||||||
"text-white": inline === "1",
|
className={cn("size-[13px]", {
|
||||||
})} />
|
"text-white": inline === "1",
|
||||||
|
})}
|
||||||
|
/>
|
||||||
</button>
|
</button>
|
||||||
<GroupSwitch tabs={groupTabs} currentTab={currentGroup} setCurrentTab={handleTagChange} />
|
<GroupSwitch tabs={groupTabs} currentTab={currentGroup} setCurrentTab={handleTagChange} />
|
||||||
</section>
|
</section>
|
||||||
|
|||||||
Reference in New Issue
Block a user