Skip to content

Commit

Permalink
removed unneeded check
Browse files Browse the repository at this point in the history
  • Loading branch information
caleballdrin committed Oct 15, 2024
1 parent 2ba0fe5 commit 69b6e27
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,6 @@ const Preferences: React.FC = () => {

useEffect(() => {
const redirectToDownloadExportedData = (exportDataExportId: string) => {
if (!exportDataExportId) {
return;
}

const url = `${
process.env.REST_API_URL
}/account_lists/${accountListId}/exports/${encodeURIComponent(
Expand Down

0 comments on commit 69b6e27

Please sign in to comment.