Skip to content

Commit c2d20b3

Browse files
committed
fix: packagelock and prettier
1 parent 101d4bc commit c2d20b3

File tree

2 files changed

+2
-32
lines changed

2 files changed

+2
-32
lines changed

package-lock.json

Lines changed: 0 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/components/Themes/ThemeCard.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ const ThemeCard: React.FC<Props> = ({ theme, isPreviewed, onPreview, isLoading }
2929
onPreview(theme.name)
3030
}
3131

32-
const handleCheckboxChange = () => {
32+
const handleCheckboxChange = () => {
3333
onClickPreview();
3434
};
3535

36-
// eslint-disable-next-line @typescript-eslint/no-unused-vars
36+
// eslint-disable-next-line @typescript-eslint/no-unused-vars
3737
const {t} = useTranslation();
3838

3939
if (isLoading) {

0 commit comments

Comments
 (0)