fix: loading usage
This commit is contained in:
parent
c641d6d3fa
commit
dfa82e54ae
9 changed files with 71 additions and 62 deletions
|
|
@ -381,7 +381,7 @@ const CustomerProfile = memo(() => {
|
|||
|
||||
const photosData = formatPhotosData(R.append(frontCameraData, txPhotosData))
|
||||
|
||||
const loading = customerLoading && configLoading
|
||||
const loading = customerLoading || configLoading
|
||||
|
||||
const timezone = R.path(['config', 'locale_timezone'], configResponse)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue