Skip to content

Commit

Permalink
Removed Redundant Computation
Browse files Browse the repository at this point in the history
  • Loading branch information
officiallygod committed Feb 15, 2023
1 parent 73f696e commit 9a92b12
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -242,12 +242,6 @@ const DesignColors = () => {
}
}
setSelectedColors( selectedColors );
saveThemeColorPalette(
currentData?.data?.palette.slug,
colorPalettes?.body,
selectedColorsLocal,
storedPreviewSettings
);
setIsLoaded( true );
};

Expand Down

0 comments on commit 9a92b12

Please sign in to comment.