diff --git a/src/Apps/Artwork/Components/ArtworkSidebar/ArtworkSidebarCurrentBidInfo.tsx b/src/Apps/Artwork/Components/ArtworkSidebar/ArtworkSidebarCurrentBidInfo.tsx
index a2c8cb8514..597bdf676b 100644
--- a/src/Apps/Artwork/Components/ArtworkSidebar/ArtworkSidebarCurrentBidInfo.tsx
+++ b/src/Apps/Artwork/Components/ArtworkSidebar/ArtworkSidebarCurrentBidInfo.tsx
@@ -89,7 +89,11 @@ export class ArtworkSidebarCurrentBidInfo extends React.Component<
>
{myBidPresent && (
- {myBidWinning ? : }
+ {myBidWinning ? (
+
+ ) : (
+
+ )}
)}