fixed ssr errors

This commit is contained in:
Ren Amamiya
2023-04-23 08:25:27 +07:00
parent b9bafc851e
commit 8b6bffcff2
14 changed files with 101 additions and 45 deletions

View File

@@ -6,6 +6,7 @@ export const nip02ToArray = (tags: string[]) => {
tags.forEach((item) => {
arr.push(item[1]);
});
return arr;
};