Skip to content

Commit c5178af

Browse files
testing
1 parent d4668b7 commit c5178af

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/pages/dashboard/DashboardPage.stories.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ export const ReviewAssignmentStatusesReviewer = {
163163
<li><b>9.REVIEW_ASSIGNMENT_STATUS_REQUEST_RESEND</b> - request resent to reviewer after they declined</li>
164164
<li><b>10.REVIEW_ASSIGNMENT_STATUS_VIEWED</b> -editor viewed the review, but not confirm</li>
165165
<li><b>11.REVIEW_ASSIGNMENT_STATUS_CANCELLED</b> - reviewer cancelled review request // should not be displayed </li>
166-
<ul>
166+
</ul>
167167
168168
<DashboardPage v-bind="args" />`,
169169
}),

src/pages/dashboard/mocks/reviewAssignmentsMock.js

-1
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,5 @@ export function getReviewAssignmentFullMock(overrides = {}) {
9696
// copy statusId to status as thats whats expected there
9797
result.status = result.statusId;
9898
delete result.statusId;
99-
console.log(result);
10099
return result;
101100
}

0 commit comments

Comments
 (0)