diff --git a/src/components/common/LinkList/hooks/useGetMeta.ts b/src/components/common/LinkList/hooks/useGetMeta.ts index e824471a..d3c32df1 100644 --- a/src/components/common/LinkList/hooks/useGetMeta.ts +++ b/src/components/common/LinkList/hooks/useGetMeta.ts @@ -41,6 +41,8 @@ const useGetMeta = ({ getValues, setValue, modalClose }: UseGetMetaProps) => { } const handleGetMeta = async ({ url }: FetchGetMetaProps) => { + if (isMetaLoading) return + if (getIsValidUrl()) { setIsMetaLoading(true) const { data, error } = await fetchGetMeta({