From 7673166dba30ccb37994bfbc02b9dae0279bfe60 Mon Sep 17 00:00:00 2001 From: Patrick Fic Date: Fri, 5 Mar 2021 11:36:44 -0800 Subject: [PATCH] Remove CI failing lines. --- .../bill-line-search-select.component.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/components/bill-line-search-select/bill-line-search-select.component.jsx b/client/src/components/bill-line-search-select/bill-line-search-select.component.jsx index 909ef9234..2b536dc40 100644 --- a/client/src/components/bill-line-search-select/bill-line-search-select.component.jsx +++ b/client/src/components/bill-line-search-select/bill-line-search-select.component.jsx @@ -1,5 +1,5 @@ -import { Select, Row, Col, Tag } from "antd"; -import React, { useEffect, useState, forwardRef } from "react"; +import { Select, Tag } from "antd"; +import React, { forwardRef, useEffect, useState } from "react"; import { useTranslation } from "react-i18next"; import CurrencyFormatter from "../../utils/CurrencyFormatter";