Commit 4a10834a authored by Neosoulink's avatar Neosoulink
Browse files

refactor: minor fix

parent eaf313e9
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -19,7 +19,6 @@ import {
// LOCAL TYPES
export interface ProductItemType {
	data: ProductInfoInterface;
	onPressProfile: (profileId: string) => any;
}

const ProductItemSlide: React.FC<ProductItemType> = (