We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c049062 commit cd00a30Copy full SHA for cd00a30
1 file changed
frontend/src/utils/AssignmentStatus.js
@@ -1,4 +1,4 @@
1
-const mapStatus = (status) => {
+export const mapStatus = (status) => {
2
switch (status) {
3
case "SUCCESS":
4
return "done";
0 commit comments