requested changes

This commit is contained in:
Abhinav-grd 2021-02-09 15:06:43 +05:30
parent 829e59635d
commit 74cefa148a
2 changed files with 2 additions and 2 deletions

View file

@ -19,4 +19,4 @@ export default function ErrorAlert({ errorCode }) {
{errorMessage} {errorMessage}
</Alert> </Alert>
) )
} }

View file

@ -29,7 +29,7 @@ import {
getLocalCollections, getLocalCollections,
} from 'services/collectionService'; } from 'services/collectionService';
import constants from 'utils/strings/constants'; import constants from 'utils/strings/constants';
import ErrorAlert from './components/ErrorAlert'; import ErrorAlert from './components/ErrorAlert';
const DATE_CONTAINER_HEIGHT = 45; const DATE_CONTAINER_HEIGHT = 45;
const IMAGE_CONTAINER_HEIGHT = 200; const IMAGE_CONTAINER_HEIGHT = 200;