Skip to content
This repository was archived by the owner on Aug 9, 2021. It is now read-only.

Commit 5df08a1

Browse files
author
Kenzo
committed
fix space modal
1 parent cf57116 commit 5df08a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/views/Spaces/components/SpacesModals.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ export const ViewSpaceDataItemModal = ({
140140
Delete
141141
</span>
142142

143-
{(rowType === 'Image' && isValidImage(dataValue))(
143+
{(rowType === 'Image' && isValidImage(dataValue)) && (
144144
<a
145145
className="spaceModal__context__view"
146146
href={`https://ipfs.infura.io/ipfs/${dataValue[0].contentUrl['/']}`}

0 commit comments

Comments
 (0)