Skip to content

Commit

Permalink
fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
noridev committed Oct 3, 2024
1 parent 4e359dc commit 56b5192
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/frontend/src/os.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import MkPasswordDialog from '@/components/MkPasswordDialog.vue';
import MkEmojiPickerDialog from '@/components/MkEmojiPickerDialog.vue';
import MkPopupMenu from '@/components/MkPopupMenu.vue';
import MkContextMenu from '@/components/MkContextMenu.vue';
import MkQRcode from '@/components/MkQRcode.vue';
import MkQRCode from '@/components/MkQRCode.vue';
import { copyToClipboard } from '@/scripts/copy-to-clipboard.js';
import { pleaseLogin } from '@/scripts/please-login.js';
import { showMovedDialog } from '@/scripts/show-moved-dialog.js';
Expand Down Expand Up @@ -743,7 +743,7 @@ export async function displayQRCode(qrCode: string) {
(await new Promise<(() => void ) | undefined>((resolve) => {
let dispose: (() => void ) | undefined;
popup(
MkQRcode,
MkQRCode,
{ qrCode },
{
closed: () => {
Expand Down

0 comments on commit 56b5192

Please sign in to comment.