[+] Only show mark as read if it is unread
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
<span class="score entry-box">{{assignment.score}}</span>
|
||||
<span class="max entry-box">{{assignment.scoreMax}}</span>
|
||||
<el-button class="mark-as-read" size="mini" type="text"
|
||||
icon="el-icon-close" @click="markAsRead">
|
||||
icon="el-icon-close" @click="markAsRead" v-if="unread">
|
||||
</el-button>
|
||||
</el-col>
|
||||
</el-row>
|
||||
|
||||
Reference in New Issue
Block a user