Skip to content
This repository has been archived by the owner on Jan 16, 2022. It is now read-only.

Commit

Permalink
fix(Footer): remove unnecessary ts ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinechalifour committed Oct 6, 2019
1 parent f6eb747 commit 1fb0bf9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Footer/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ const MADEWITH_LABEL = ' Made with';
const ON_LABEL = 'on';
const HEARTH_EMOJI = '♥';

// @ts-ignore
const renderRight = (version = window.VERDACCIO_VERSION): JSX.Element => {
return (
<Right>
Expand Down

0 comments on commit 1fb0bf9

Please sign in to comment.