From 74cefa148acc8e4cfa5713ab770f1efd279ceaa1 Mon Sep 17 00:00:00 2001 From: Abhinav-grd Date: Tue, 9 Feb 2021 15:06:43 +0530 Subject: [PATCH] requested changes --- src/pages/gallery/components/ErrorAlert.tsx | 2 +- src/pages/gallery/index.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/gallery/components/ErrorAlert.tsx b/src/pages/gallery/components/ErrorAlert.tsx index 76beac5c3..35235508b 100644 --- a/src/pages/gallery/components/ErrorAlert.tsx +++ b/src/pages/gallery/components/ErrorAlert.tsx @@ -19,4 +19,4 @@ export default function ErrorAlert({ errorCode }) { {errorMessage} ) -} \ No newline at end of file +} diff --git a/src/pages/gallery/index.tsx b/src/pages/gallery/index.tsx index 210aade26..0c1345907 100644 --- a/src/pages/gallery/index.tsx +++ b/src/pages/gallery/index.tsx @@ -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;