Skip to content

Commit

Permalink
fix: [lw-12102] resolve ci issues
Browse files Browse the repository at this point in the history
  • Loading branch information
vetalcore committed Feb 6, 2025
1 parent 7f73ce9 commit 6151747
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/browser-extension-wallet/src/popup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ import { runtime, storage } from 'webextension-polyfill';
import { NamiMigrationGuard } from './features/nami-migration/NamiMigrationGuard';
import { createNonBackgroundMessenger } from '@cardano-sdk/web-extension';
import { logger } from '@lace/common';
import { AppVersionGuard } from './utils/AppVersionGuard';

const App = (): React.ReactElement => {
const [mode, setMode] = useState<'lace' | 'nami'>();
Expand Down

0 comments on commit 6151747

Please sign in to comment.