Skip to content

Commit 17482eb

Browse files
committed
chore: format with prettier
1 parent 3749d46 commit 17482eb

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

apps/web/src/features/upload/pages/UploadPage.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ export const UploadPage = () => {
3434
if (error instanceof Error) {
3535
addNotification({
3636
message: t({
37-
en: `Error occurred downloading sample template with the following message: ${error.message}
38-
`,
37+
en: `Error occurred downloading sample template with the following message: ${error.message}`,
3938
fr: `Un occurence d'un erreur quand le csv document est telecharger avec la message suivant: ${error.message}`
4039
}),
4140
type: 'error'

0 commit comments

Comments
 (0)