Fix displaying the "game update" link when the user is not the owner of the game (#3678)

This commit is contained in:
Clément Pasteau
2022-02-21 10:39:10 +01:00
committed by GitHub
parent 69d63649c3
commit 567b9e24dd

View File

@@ -299,7 +299,7 @@ export const WebProjectLink = ({
</Column>
</Line>
)}
{!isBuildPublished && (
{!isBuildPublished && game && (
<Line>
<AlertMessage
kind="info"