Skip to content

Commit

Permalink
run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
oddwili committed Nov 18, 2024
1 parent 062e51f commit db63717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/components/Messages/MessagePreview.test.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const mockMessageInfo = {
title: 'test title',
uploadDate: new Date('1-1-2000')
};
const MockMessagePreview = ({folderType = 'Inbox'}) => (
const MockMessagePreview = ({ folderType = 'Inbox' }) => (
<QueryClientProvider client={queryClient}>
<MessagePreview message={mockMessageInfo} folderType={folderType} />
</QueryClientProvider>
Expand Down

0 comments on commit db63717

Please sign in to comment.