+
{loading || !loaded ? (
Array.from({ length: 4 }).map((_, index) => (
@@ -251,7 +121,7 @@ export default function Favorites() {
{t("walletRetry")}
- ) : resources.length === 0 ? (
+ ) : posts.length === 0 ? (
@@ -262,8 +132,10 @@ export default function Favorites() {
) : (
- resources.map((resource) => (
-
+ posts.map((post, index) => (
+
+
+
))
)}