Skip to content

Commit 1cbcae9

Browse files
committed
disable ship button during review
1 parent 69bad7c commit 1cbcae9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

client/src/components/ProjectsPage.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ function displayStatus(project) {
155155
}
156156

157157
function getShipLockReason(project) {
158+
if (project.status === "in-review") return "Project is currently in review.";
158159
const missing = [];
159160
if (!project.playableUrl) missing.push("playable URL missing");
160161
if (!project.codeUrl) missing.push("code URL missing");

0 commit comments

Comments
 (0)