Skip to content

Commit 9402cc0

Browse files
committed
Remove leftovers
1 parent 51cf87b commit 9402cc0

3 files changed

Lines changed: 2 additions & 4 deletions

File tree

src/components/shared/TableFilters.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ import { ParseKeys } from "i18next";
3434
import SearchContainer from "./SearchContainer";
3535
import { Resource } from "../../slices/tableSlice";
3636
import { HiFunnel } from "react-icons/hi2";
37-
import { LuSearch, LuSettings, LuX } from "react-icons/lu";
37+
import { LuSettings, LuX } from "react-icons/lu";
3838

3939
/**
4040
* This component renders the table filters in the upper right corner of the table

src/components/shared/wizard/FileUpload.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { addNotification } from "../../../slices/notificationSlice";
77
import { FormikProps } from "formik";
88
import { ParseKeys } from "i18next";
99
import BaseButton from "../BaseButton";
10-
import { LuCircleX, LuX } from "react-icons/lu";
10+
import { LuX } from "react-icons/lu";
1111

1212
/**
1313
* This component renders a custom file upload button in wizards.
@@ -137,7 +137,6 @@ const FileUpload = <T extends RequiredFormProps>({
137137
className="remove-file-button"
138138
onClick={() => handleDelete()}
139139
>
140-
{/* <div className="remove-icon" /> */}
141140
<LuX className="remove-icon remove-file-button-icon"/>
142141
</BaseButton>
143142
</div>

src/styles/mixins/_mixins-config.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@
4646

4747
@if $expand == true {
4848
cursor: pointer;
49-
// @include fa-mixins.fa-icon(variables2.$fa-var-chevron-down, after, inline-block, 10px 0);
5049

5150
&:hover {
5251
background: linear-gradient(to bottom, #fff, color.adjust(#f3f5f6, $lightness: -2%));

0 commit comments

Comments
 (0)