Skip to content

Commit d50be8d

Browse files
committed
prettier
1 parent 9568349 commit d50be8d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib/components/modal/WindowUnfocusedModal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ type WindowUnfocusedModalProps = {
99

1010
export function WindowUnfocusedModal({ open, onAcknowledge }: WindowUnfocusedModalProps) {
1111
return (
12-
<Dialog open={open} onOpenChange={() => { }}>
12+
<Dialog open={open} onOpenChange={() => {}}>
1313
<DialogContent
1414
className="h-[184px] w-[361px] gap-4"
1515
backgroundClassName="bg-white/25 backdrop-blur-md"

0 commit comments

Comments
 (0)