) => {
- const { isSharedWallet } = useOutsideHandles();
-
- return (
-
- {!isSharedWallet && }
- {columns.map((cell, cellIndex) => (
-
- {stakePoolCellPlaceholderRenderer(index + cellIndex)}
-
- ))}
-
- );
-};
+ withSelection,
+}: StakePoolsListRowSkeletonProps) => (
+
+ {withSelection && }
+ {columns.map((cell, cellIndex) => (
+
+ {stakePoolCellPlaceholderRenderer(index + cellIndex)}
+
+ ))}
+
+);