diff --git a/src/components/3d/Hologram.tsx b/src/components/3d/Hologram.tsx index 1920790..5ffb82c 100644 --- a/src/components/3d/Hologram.tsx +++ b/src/components/3d/Hologram.tsx @@ -105,7 +105,8 @@ function ArcCasing() { } export function Hologram() { - const { isSpeaking, isProcessing } = useAppStore() + const isSpeaking = useAppStore(state => state.isSpeaking) + const isProcessing = useAppStore(state => state.isProcessing) return (