Skip to content

Commit

Permalink
lint error fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pramodcog committed Aug 10, 2023
1 parent ea30c99 commit 89c62c9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ const DownArrowKey = (props: SVGProps<SVGSVGElement>): ReactElement => (
</svg>
);

const LeftArrowKey= (props: SVGProps<SVGSVGElement>): ReactElement => (
const LeftArrowKey = (props: SVGProps<SVGSVGElement>): ReactElement => (
<svg
width="46"
height="46"
Expand Down

0 comments on commit 89c62c9

Please sign in to comment.