diff --git a/src/renderer/src/App.tsx b/src/renderer/src/App.tsx index 9fc55a6..555e6da 100644 --- a/src/renderer/src/App.tsx +++ b/src/renderer/src/App.tsx @@ -156,12 +156,6 @@ function App(): React.JSX.Element { ) : ( newItems?.map((item: Product) => { - console.log({ - hotItem, - item, - is_host: isHotItem(item) - }) - return ( = ({ item, hotItem }) => { return ( - + - - {hotItem ? ( - - Hot - + + {true ? ( + + + HOT + + ) : ( '' )}