+ {isLoading && (
+
+
{title}
+
+ (Image pending)
+
+
+ )}
+ {imageURL && (
+
setIsLoading(false)}
/>
- ) : (
-
-
{title}
-
- (Image pending)
-
-
)}
-
-
Book Club Brothers
-
- {Array.isArray(raterObj) && !loadingUsers ? (
- raterObj.map(([name, value]) => (
-
- {name}:{" "}
- {hideScores && username !== name ? "?" : value.toFixed(2)}
-
- ))
- ) : error ? (
- {error?.message}
- ) : (
- Score Pending...
- )}
-
-
- Group Rating:{" "}
- {totalScore
- ? hideScores
- ? "?"
- : Math.floor(totalScore * 100) / 100
- : "Pending..."}
-
-
+