This commit is contained in:
daniel31x13
2024-08-14 16:44:07 -04:00
parent 9cc3a7206e
commit 8031432995
19 changed files with 39 additions and 25 deletions
+3 -1
View File
@@ -230,7 +230,9 @@ export default function PublicCollections() {
placeholderCount={1}
useData={data}
/>
{!data.isLoading && !links[0] && <p>{t("collection_is_empty")}</p>}
{!data.isLoading && links && !links[0] && (
<p>{t("collection_is_empty")}</p>
)}
{/* <p className="text-center text-neutral">
List created with <span className="text-black">Linkwarden.</span>