diff --git a/src/components/Modals/CreateThirdPartyCollectionModal/CreateThirdPartyCollectionModal.tsx b/src/components/Modals/CreateThirdPartyCollectionModal/CreateThirdPartyCollectionModal.tsx index 3e9c62c6e..c7a6a2177 100644 --- a/src/components/Modals/CreateThirdPartyCollectionModal/CreateThirdPartyCollectionModal.tsx +++ b/src/components/Modals/CreateThirdPartyCollectionModal/CreateThirdPartyCollectionModal.tsx @@ -204,7 +204,7 @@ export const CreateThirdPartyCollectionModal: FC = (props: Props) => { onChange={handleCollectionIdChange} /> )} - {errorMessage ? : null} + {errorMessage ? : null}