mirror of
https://github.com/Buriburizaem0n/admin-frontend-domain.git
synced 2026-09-19 17:50:13 +00:00
Stabilize CI runtime for updated deps and unblock Dependabot auto-format flow (#185)
* chore: apply ci and dependabot remediation changes * chore: auto-fix linting and formatting issues --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
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