Skip to content

Commit cc00106

Browse files
committed
fix: format
1 parent e326414 commit cc00106

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

site/package.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -191,11 +191,7 @@
191191
"vite-plugin-checker": "0.9.3",
192192
"vite-plugin-turbosnap": "1.0.3"
193193
},
194-
"browserslist": [
195-
"chrome 110",
196-
"firefox 111",
197-
"safari 16.0"
198-
],
194+
"browserslist": ["chrome 110", "firefox 111", "safari 16.0"],
199195
"resolutions": {
200196
"optionator": "0.9.3",
201197
"semver": "7.6.2"

site/src/pages/WorkspacesPage/filter/WorkspacesFilter.tsx

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
import { Filter, MenuSkeleton, type UseFilterResult } from "components/Filter/Filter";
1+
import {
2+
Filter,
3+
MenuSkeleton,
4+
type UseFilterResult,
5+
} from "components/Filter/Filter";
26
import { type UserFilterMenu, UserMenu } from "components/Filter/UserFilter";
37
import { useDashboard } from "modules/dashboard/useDashboard";
48
import {
@@ -80,8 +84,8 @@ type WorkspaceFilterProps = Readonly<{
8084
statusMenu: StatusFilterMenu;
8185

8286
userMenu?: UserFilterMenu;
83-
organizationsMenu?: OrganizationsFilterMenu
84-
}>
87+
organizationsMenu?: OrganizationsFilterMenu;
88+
}>;
8589

8690
export const WorkspacesFilter: FC<WorkspaceFilterProps> = ({
8791
filter,
@@ -96,7 +100,8 @@ export const WorkspacesFilter: FC<WorkspaceFilterProps> = ({
96100
const presets = entitlements.features.advanced_template_scheduling.enabled
97101
? PRESETS_WITH_DORMANT
98102
: PRESET_FILTERS;
99-
const organizationsActive = showOrganizations && organizationsMenu !== undefined
103+
const organizationsActive =
104+
showOrganizations && organizationsMenu !== undefined;
100105

101106
return (
102107
<Filter

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy