Skip to content
Snippets Groups Projects
Commit 23123c71 authored by Hangzhi Yu's avatar Hangzhi Yu
Browse files

Change documentation status icon available condition

parent f1a89360
No related branches found
No related tags found
2 merge requests!352Draft: Resolve "Add dialog with each lesson's students",!350Resolve "Add simple course book list"
Pipeline #177455 failed
......@@ -72,7 +72,7 @@ export default {
},
methods: {
updateStatus() {
if (!this.documentation.id.startsWith("DUMMY")) {
if (this.documentation.topic) {
this.currentStatusName = "available";
} else {
if (DateTime.now() > this.documentationDateTimeEnd) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment