diff --git a/src/renderer/pages/home/sidebar/slippi_store.tsx b/src/renderer/pages/home/sidebar/slippi_store.tsx index cdc2d3a50..7864c33f7 100644 --- a/src/renderer/pages/home/sidebar/slippi_store.tsx +++ b/src/renderer/pages/home/sidebar/slippi_store.tsx @@ -38,13 +38,7 @@ const styles = stylex.create({ }, }); -const InternalSlippiStore = React.memo(function InternalSlippiStore({ - shopOpen, - countdown, -}: { - shopOpen: boolean; - countdown: string; -}) { +const InternalSlippiStore = ({ shopOpen, countdown }: { shopOpen: boolean; countdown: string }) => { const buttonText = shopOpen ? "Click to Shop" : "Shop closed"; return (