From 6849350a57b8c51a53e8a7e9fec5598ace7161e0 Mon Sep 17 00:00:00 2001 From: Abhinav Date: Fri, 14 Jul 2023 10:54:13 +0530 Subject: [PATCH] fix typo --- .../Collections/CollectionShare/emailShare/AddParticipant.tsx | 2 +- .../emailShare/{AddPartipantForm.tsx => AddParticipantForm.tsx} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename apps/photos/src/components/Collections/CollectionShare/emailShare/{AddPartipantForm.tsx => AddParticipantForm.tsx} (100%) diff --git a/apps/photos/src/components/Collections/CollectionShare/emailShare/AddParticipant.tsx b/apps/photos/src/components/Collections/CollectionShare/emailShare/AddParticipant.tsx index 1669aa273..299c9f1d4 100644 --- a/apps/photos/src/components/Collections/CollectionShare/emailShare/AddParticipant.tsx +++ b/apps/photos/src/components/Collections/CollectionShare/emailShare/AddParticipant.tsx @@ -17,7 +17,7 @@ import { getLocalFamilyData } from 'utils/user/family'; import { User } from 'types/user'; import AddParticipantForm, { AddParticipantFormProps, -} from './AddPartipantForm'; +} from './AddParticipantForm'; interface Iprops { collection: Collection; diff --git a/apps/photos/src/components/Collections/CollectionShare/emailShare/AddPartipantForm.tsx b/apps/photos/src/components/Collections/CollectionShare/emailShare/AddParticipantForm.tsx similarity index 100% rename from apps/photos/src/components/Collections/CollectionShare/emailShare/AddPartipantForm.tsx rename to apps/photos/src/components/Collections/CollectionShare/emailShare/AddParticipantForm.tsx