mirror of
https://github.com/Buriburizaem0n/admin-frontend-domain.git
synced 2026-09-19 17:50:13 +00:00
feat: server transfer rotation
This commit is contained in:
@@ -90,12 +90,12 @@ export default function ServicePage() {
|
||||
<div className="max-w-48 whitespace-normal break-words">
|
||||
{(() => {
|
||||
switch (s.cover) {
|
||||
case 0: {
|
||||
return <span>{t("CoverAll")}</span>
|
||||
}
|
||||
case 1: {
|
||||
return <span>{t("IgnoreAll")}</span>
|
||||
}
|
||||
case 0: {
|
||||
return <span>{t("CoverAll")}</span>
|
||||
}
|
||||
case 1: {
|
||||
return <span>{t("IgnoreAll")}</span>
|
||||
}
|
||||
}
|
||||
})()}
|
||||
</div>
|
||||
@@ -199,9 +199,9 @@ export default function ServicePage() {
|
||||
{header.isPlaceholder
|
||||
? null
|
||||
: flexRender(
|
||||
header.column.columnDef.header,
|
||||
header.getContext(),
|
||||
)}
|
||||
header.column.columnDef.header,
|
||||
header.getContext(),
|
||||
)}
|
||||
</TableHead>
|
||||
)
|
||||
})}
|
||||
|
||||
Reference in New Issue
Block a user