forked from hazem/yslootahrobotics
fix: use configStore.getState().setPersonaAttire in ScrollOverlays
This commit is contained in:
parent
e1599650f0
commit
e686d41d26
@ -216,8 +216,8 @@ export function ScrollOverlays() {
|
||||
<div
|
||||
key={item.id}
|
||||
onMouseEnter={() => {
|
||||
import('@/store/useConfigStore').then(({ useConfigStore }) => {
|
||||
useConfigStore.getState().setActivePersonaAttire(item.id);
|
||||
import('@/store/useConfigStore').then(({ configStore }) => {
|
||||
configStore.getState().setPersonaAttire(item.id);
|
||||
});
|
||||
}}
|
||||
style={{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user