mirror of
https://github.com/4ian/GDevelop.git
synced 2025-10-15 10:19:04 +00:00
Fix displaying the "game update" link when the user is not the owner of the game (#3678)
This commit is contained in:
@@ -299,7 +299,7 @@ export const WebProjectLink = ({
|
||||
</Column>
|
||||
</Line>
|
||||
)}
|
||||
{!isBuildPublished && (
|
||||
{!isBuildPublished && game && (
|
||||
<Line>
|
||||
<AlertMessage
|
||||
kind="info"
|
||||
|
Reference in New Issue
Block a user