add state to verify if is seller view and toggle want to buy or sell button on top bar
This commit is contained in:
@@ -15,8 +15,10 @@ enum Step {
|
||||
List,
|
||||
}
|
||||
|
||||
// States
|
||||
const etherStore = useEtherStore();
|
||||
etherStore.setSellerView(false);
|
||||
|
||||
// States
|
||||
const { loadingLock, walletAddress, locksAddedList } = storeToRefs(etherStore);
|
||||
const flowStep = ref<Step>(Step.Search);
|
||||
const pixTarget = ref<string>("");
|
||||
|
||||
Reference in New Issue
Block a user