remove customize button if no body parts are available

This commit is contained in:
Hanusiak Piotr
2022-03-09 12:45:04 +01:00
parent 674c5bdeb8
commit e5095db048
4 changed files with 25 additions and 5 deletions
@@ -0,0 +1,3 @@
import { writable } from "svelte/store";
export const customizeAvailableStore = writable(false);