mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
Fix missing space in rule details
This commit is contained in:
+1
-1
@@ -32,7 +32,7 @@
|
||||
return proxy?.redirectUrl
|
||||
? 'Redirect to ' + proxy.redirectUrl
|
||||
: proxy?.deploymentVcsProviderBranch
|
||||
? 'Deployed from' + proxy.deploymentVcsProviderBranch
|
||||
? 'Deployed from ' + proxy.deploymentVcsProviderBranch
|
||||
: 'Active deployment';
|
||||
};
|
||||
</script>
|
||||
|
||||
+1
-1
@@ -32,7 +32,7 @@
|
||||
return proxy?.redirectUrl
|
||||
? 'Redirect to ' + proxy.redirectUrl
|
||||
: proxy?.deploymentVcsProviderBranch
|
||||
? 'Deployed from' + proxy.deploymentVcsProviderBranch
|
||||
? 'Deployed from ' + proxy.deploymentVcsProviderBranch
|
||||
: 'Active deployment';
|
||||
};
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user