Skip to content

Commit 4fe2951

Browse files
committed
feat: fixed disableImageCompression variable in chrome extension
1 parent d803868 commit 4fe2951

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/frontend/src/app/(extension)/layout.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ export default async function AppLayout({ children }: { children: ReactNode }) {
4141
telegramBotName={process.env.TELEGRAM_BOT_NAME!}
4242
neynarClientId={process.env.NEYNAR_CLIENT_ID!}
4343
isSecured={!process.env.NOT_SECURED}
44+
disableImageCompression={!!process.env.DISABLE_IMAGE_COMPRESSION}
4445
>
4546
<LayoutContext>
4647
<UtmSaver />

0 commit comments

Comments
 (0)