Skip to content

Commit 06d6b35

Browse files
committed
Fix: codefactor code-smell
1 parent 63efb6b commit 06d6b35

File tree

1 file changed

+6
-6
lines changed
  • src/components/FilterableProductTable

1 file changed

+6
-6
lines changed

src/components/FilterableProductTable/index.tsx

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
import ProductTable from "./ProductTable";
22
import SearchTable from "./SearchBar";
33

4-
interface IProduct{
5-
category: string;
6-
price: string;
7-
stocked: boolean;
8-
name: string;
9-
}
4+
// interface IProduct{
5+
// category: string;
6+
// price: string;
7+
// stocked: boolean;
8+
// name: string;
9+
// }
1010

1111
// const ProductData: IProduct[] = [
1212
// { category: "Fruits", price: "$1", stocked: true, name: "Apple" },

0 commit comments

Comments
 (0)