- {data ? ( - data.total == data.filtered ? ( - <> - {data.total} Miis - > - ) : ( - <> - {data.filtered} of {data.total} Miis - > - ) + {totalCount == filteredCount ? ( + <> + {totalCount} Miis + > ) : ( <> - 0 Miis + {filteredCount} of {totalCount} Miis > )}
@@ -73,71 +134,56 @@ export default function MiiList({ isLoggedIn, userId, sessionUserId }: Props) {No results found.
- ) - ) : error ? ( -Error: {error}
- ) : ( - // Show skeleton when data is loading -+ ??? Miis +
+ +