Skip to content

Commit

Permalink
fix: 🐞 disable eslit rule to check if pr will succses
Browse files Browse the repository at this point in the history
disable eslit rule to check if pr will succses
  • Loading branch information
amir-ben-shimol committed Jun 1, 2022
1 parent bf8aff5 commit ff0d681
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable max-lines */
import React from 'react';
import { ILibrary } from '@/interfaces/library';
import VSvg from '@/ui/VSvg';
Expand All @@ -22,7 +23,6 @@ const LibraryView: React.FC<IProps> = (props: React.PropsWithChildren<IProps>) =
} else {
isLibrarySelected = false;
}

// const { t } = useTranslation();

return (
Expand Down

0 comments on commit ff0d681

Please sign in to comment.