Skip to content

Commit

Permalink
add comma
Browse files Browse the repository at this point in the history
  • Loading branch information
cretadn22 committed Sep 18, 2024
1 parent 6bb28d6 commit 289faed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/workspace/categories/WorkspaceCategoriesPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ function WorkspaceCategoriesPage({route}: WorkspaceCategoriesPageProps) {
Category.downloadCategoriesCSV(policyId, () => {
setIsDownloadFailureModalVisible(true);
});
})
});
},
});
}
Expand Down

0 comments on commit 289faed

Please sign in to comment.