requested changes
This commit is contained in:
parent
829e59635d
commit
74cefa148a
2 changed files with 2 additions and 2 deletions
|
@ -19,4 +19,4 @@ export default function ErrorAlert({ errorCode }) {
|
|||
{errorMessage}
|
||||
</Alert>
|
||||
)
|
||||
}
|
||||
}
|
||||
|
|
|
@ -29,7 +29,7 @@ import {
|
|||
getLocalCollections,
|
||||
} from 'services/collectionService';
|
||||
import constants from 'utils/strings/constants';
|
||||
import ErrorAlert from './components/ErrorAlert';
|
||||
import ErrorAlert from './components/ErrorAlert';
|
||||
|
||||
const DATE_CONTAINER_HEIGHT = 45;
|
||||
const IMAGE_CONTAINER_HEIGHT = 200;
|
||||
|
|
Loading…
Add table
Reference in a new issue