File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 56
56
</table >
57
57
58
58
<!-- Thread Sorting Controls -->
59
- <div class =" centered-text" v-if =" !threadData?.data?.thread_count" >
59
+ <div class =" centered-text" v-if =" !threadData?.data?.board?. thread_count" >
60
60
<h4 >There are currently no threads in this board, start a new thread to get the conversation going!</h4 >
61
61
</div >
62
- <div class =" thread-sort" v-if =" threadData && threadData.data && threadData.data.thread_count" >Sort <a href =" " @click.prevent =" setSortField()" >{{ threadData.data.desc === true ? 'descending' : 'ascending' }}</a > by
62
+ <div class =" thread-sort" v-if =" threadData && threadData.data && threadData.data.board. thread_count" >Sort <a href =" " @click.prevent =" setSortField()" >{{ threadData.data.desc === true ? 'descending' : 'ascending' }}</a > by
63
63
<select v-model =" sortField" name =" select-thread-sort" class =" select-clean" @change =" setSortField()" >
64
64
<option v-for =" item in sortItems" :key =" item.value" :value =" item.value" >{{item.label}}</option >
65
65
</select >
66
66
</div >
67
67
68
68
<!-- Thread Listing -->
69
- <table class =" threads-list" v-if =" threadData && threadData.data && threadData.data.thread_count" >
69
+ <table class =" threads-list" v-if =" threadData && threadData.data && threadData.data.board. thread_count" >
70
70
<caption >Threads</caption >
71
71
<thead >
72
72
<tr >
You can’t perform that action at this time.
0 commit comments