Trying the docker buildx using git repository.
Static mostly done. good progress on store
This commit is contained in:
@ -172,7 +172,7 @@ export const CustomerProvider = ({ children }: CustomerProviderProps) => {
|
||||
};
|
||||
const getCustomer = async () => {
|
||||
try {
|
||||
if (!jwt || customer) {
|
||||
if (!jwt) {
|
||||
return;
|
||||
}
|
||||
// get customer
|
||||
|
||||
Reference in New Issue
Block a user