There was an error while loading. Please reload this page.
1 parent 69bad7c commit 1cbcae9Copy full SHA for 1cbcae9
1 file changed
client/src/components/ProjectsPage.jsx
@@ -155,6 +155,7 @@ function displayStatus(project) {
155
}
156
157
function getShipLockReason(project) {
158
+ if (project.status === "in-review") return "Project is currently in review.";
159
const missing = [];
160
if (!project.playableUrl) missing.push("playable URL missing");
161
if (!project.codeUrl) missing.push("code URL missing");
0 commit comments