mirror of
https://github.com/Qortal/qapp-core.git
synced 2025-06-14 17:41:20 +00:00
fix
This commit is contained in:
parent
f3917ba5c5
commit
e781237af0
@ -157,6 +157,7 @@ const addItems = useListStore((s) => s.addItems);
|
||||
const searchIntervalRef = useRef<null | number>(null)
|
||||
const lastItemTimestampRef = useRef<null | number>(null)
|
||||
const stringifiedEntityParams = useMemo(()=> {
|
||||
if(!entityParams) return null
|
||||
return JSON .stringify(entityParams)
|
||||
}, [entityParams])
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user