File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ export default async function AppLayout({ children }: { children: ReactNode }) {
36
36
</ head >
37
37
< body className = { clsx ( chakra . className , 'text-primary dark' ) } >
38
38
< NextIntlClientProvider messages = { messages } >
39
+ { /* @ts -ignore */ }
39
40
< VariableContextComponent
40
41
storageProvider = {
41
42
process . env . STORAGE_PROVIDER ! as 'local' | 'cloudflare'
Original file line number Diff line number Diff line change @@ -220,7 +220,6 @@ export const LaunchesComponent = () => {
220
220
const search = useSearchParams ( ) ;
221
221
const toast = useToaster ( ) ;
222
222
const fireEvents = useFireEvents ( ) ;
223
- const t = useTranslations ( "Lanuches" ) ;
224
223
225
224
const [ reload , setReload ] = useState ( false ) ;
226
225
const load = useCallback ( async ( path : string ) => {
You can’t perform that action at this time.
0 commit comments