mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
fix: loading condition error
This commit is contained in:
+1
-1
@@ -47,7 +47,7 @@
|
||||
class="u-underline u-cursor-pointer"
|
||||
target="_blank"
|
||||
href={deployment.providerCommitUrl}
|
||||
>{deployment.providerCommitHash.substring(0, 7)}
|
||||
>{deployment?.providerCommitHash?.substring(0, 7)}
|
||||
{deployment.providerCommitMessage}</a
|
||||
></span>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user