From 4a7f9f46cf37c2caa92e5706913f5436ebe0917f Mon Sep 17 00:00:00 2001 From: jero Date: Mon, 10 Feb 2020 16:33:34 +0300 Subject: [PATCH] refactor(navigation): remove eslint-prettier comment --- src/app/components/core/Navigation/Navigation.tsx | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/src/app/components/core/Navigation/Navigation.tsx b/src/app/components/core/Navigation/Navigation.tsx index e041df74..15ac6d4e 100755 --- a/src/app/components/core/Navigation/Navigation.tsx +++ b/src/app/components/core/Navigation/Navigation.tsx @@ -1,4 +1,3 @@ -/* eslint-disable prettier/prettier */ import React, { ReactElement } from 'react'; import { NavLink } from 'react-router-dom'; @@ -23,12 +22,12 @@ function Navigation(): ReactElement {