Skip to content

Commit 2ac8bda

Browse files
Update apps/webapp/app/components/navigation/OrganizationSettingsSideMenu.tsx
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 75f06d3 commit 2ac8bda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/webapp/app/components/navigation/OrganizationSettingsSideMenu.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import { useHasAdminAccess } from "~/hooks/useUser";
2727
export type BuildInfo = {
2828
appVersion: string | undefined;
2929
packageVersion: string;
30-
buildTimestampSeonds: string | undefined;
30+
buildTimestampSeconds: string | undefined;
3131
gitSha: string | undefined;
3232
gitRefName: string | undefined;
3333
};

0 commit comments

Comments
 (0)