.
This commit was merged in pull request #243.
This commit is contained in:
@@ -158,7 +158,7 @@ const SuggestTask = ({ details, onClose, situation }) => {
|
|||||||
: submitTask.state == "success"
|
: submitTask.state == "success"
|
||||||
? "Task Submitted"
|
? "Task Submitted"
|
||||||
: submitTask.state == "bad"
|
: submitTask.state == "bad"
|
||||||
? "Error occurred"
|
? "An Error Occurred"
|
||||||
: "Send to Parents"}
|
: "Send to Parents"}
|
||||||
</button>
|
</button>
|
||||||
{/* )} */}
|
{/* )} */}
|
||||||
|
|||||||
Reference in New Issue
Block a user