admin: prettier formatting for the toolbar-era files, missed before ci ever ran them
Gates / frontend (push) Successful in 2m10s
Gates / test (push) Successful in 2m30s
Gates / test-aarch64 (push) Successful in 7m24s
Gates / package (push) Successful in 4m39s
Gates / container (push) Successful in 16s
CI / gates (push) Successful in 29m46s

This commit is contained in:
2026-08-30 10:18:06 +02:00
parent 039eeeda96
commit d79dd0bbcb
6 changed files with 17 additions and 37 deletions
+1 -4
View File
@@ -148,10 +148,7 @@ export default function ActivityPage() {
>
<div {...stylex.props(styles.header)}>
<h1 {...stylex.props(styles.heading)}>Activity</h1>
<TabList
aria-label="Activity mode"
className={() => stylex.props(styles.switch).className ?? ""}
>
<TabList aria-label="Activity mode" className={() => stylex.props(styles.switch).className ?? ""}>
{MODES.map((option) => (
<Tab
key={option.mode}