Skip to content

Commit

Permalink
fix(toolbar): line ending fix
Browse files Browse the repository at this point in the history
  • Loading branch information
luriusTM committed Oct 22, 2024
1 parent df10a89 commit 0156e25
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/apps/toolbar/modules/Notifications/infra/Module.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@ export function NotificationsModule({ module }: Props) {
open={!openPreview}
arrow={false}
content={<ArrivalPreview />}
>
</Popover>
/>
</React.Fragment>
);
}

0 comments on commit 0156e25

Please sign in to comment.