Skip to content

Commit 667e7d3

Browse files
fix: hide the visitor questionary edit button when the visit is in draft state (#1247)
2 parents bbea11f + 5338c45 commit 667e7d3

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

apps/frontend/src/components/experiment/ExperimentVisitsTable.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,6 @@ function ExperimentVisitsTable(params: ExperimentDetailsTableProps) {
235235
<ActionDiv>
236236
{sendEmailButton}
237237
{cancelButton}
238-
{editButton}
239238
</ActionDiv>
240239
);
241240
case VisitRegistrationStatus.SUBMITTED:

0 commit comments

Comments
 (0)