fix: typo
This commit is contained in:
parent
4d7a252710
commit
91a302676a
1 changed files with 2 additions and 2 deletions
|
|
@ -49,11 +49,11 @@ const PhotosCard = memo(({ frontCameraData, txPhotosData }) => {
|
|||
R.compose(R.fromPairs, R.map(mapKeys), R.toPairs)
|
||||
)
|
||||
|
||||
const filterByPhotoAvaiable = R.filter(
|
||||
const filterByPhotoAvailable = R.filter(
|
||||
tx => !R.isNil(tx.date) && !R.isNil(tx.path)
|
||||
)
|
||||
|
||||
const photosData = filterByPhotoAvaiable(
|
||||
const photosData = filterByPhotoAvailable(
|
||||
addPhotoDir(standardizeKeys(R.append(frontCameraData, txPhotosData)))
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue