Skip to content

Commit ca3e01c

Browse files
committed
[BUG] Cleared the typescript error and removed the unused error based on the coderabbitai review
1 parent 6f25a0a commit ca3e01c

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

apps/frontend/src/app/layout.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ export default async function AppLayout({ children }: { children: ReactNode }) {
3636
</head>
3737
<body className={clsx(chakra.className, 'text-primary dark')}>
3838
<NextIntlClientProvider messages={messages}>
39+
{/* @ts-ignore */}
3940
<VariableContextComponent
4041
storageProvider={
4142
process.env.STORAGE_PROVIDER! as 'local' | 'cloudflare'

apps/frontend/src/components/launches/launches.component.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,6 @@ export const LaunchesComponent = () => {
220220
const search = useSearchParams();
221221
const toast = useToaster();
222222
const fireEvents = useFireEvents();
223-
const t = useTranslations("Lanuches");
224223

225224
const [reload, setReload] = useState(false);
226225
const load = useCallback(async (path: string) => {

0 commit comments

Comments
 (0)