From aa325812a6c500e4f9ec7e4abc3b11715cfa783f Mon Sep 17 00:00:00 2001 From: claudia1296 Date: Mon, 28 Jun 2021 10:54:48 -0400 Subject: [PATCH] Feat: CLIN-15 remove no-unused-vars --- .../components/screens/PatientVariant/components/EmptyCard.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/client/src/components/screens/PatientVariant/components/EmptyCard.tsx b/client/src/components/screens/PatientVariant/components/EmptyCard.tsx index fd43265e..f40509cb 100644 --- a/client/src/components/screens/PatientVariant/components/EmptyCard.tsx +++ b/client/src/components/screens/PatientVariant/components/EmptyCard.tsx @@ -1,4 +1,3 @@ -/* eslint-disable @typescript-eslint/no-unused-vars */ import { Card, Typography, Button, } from 'antd';