diff --git a/src/components/pages/History/PoolShares.tsx b/src/components/pages/History/PoolShares.tsx
index 8ce9e15b6..a44840363 100644
--- a/src/components/pages/History/PoolShares.tsx
+++ b/src/components/pages/History/PoolShares.tsx
@@ -30,7 +30,13 @@ const columns = [
selector: function getAssetRow(row: Asset) {
const { attributes } = row.ddo.findServiceByType('metadata')
const { owner } = row.ddo.publicKey[0]
- return
+ return (
+
+ )
},
grow: 2
},