Remove extra border around when no overlay
This commit is contained in:
parent
7496debcd1
commit
037559fd3d
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ const Image = ({
|
|||
return (
|
||||
<Wrapper onDoubleClick={onDblClick}>
|
||||
{unflippedFor === currentUser.id && <OnlyYouLabel>Only you</OnlyYouLabel>}
|
||||
{overlay && (
|
||||
{overlay && overlay.content && (
|
||||
<OverlayImage
|
||||
src={overlay.content}
|
||||
draggable={false}
|
||||
|
|
Loading…
Reference in a new issue