Showing
1 changed file
with
0 additions
and
8 deletions
| @@ -172,12 +172,4 @@ export struct LiveEmptyComponent { | @@ -172,12 +172,4 @@ export struct LiveEmptyComponent { | ||
| 172 | } | 172 | } |
| 173 | return imageString | 173 | return imageString |
| 174 | } | 174 | } |
| 175 | - | ||
| 176 | - isShowButton() { | ||
| 177 | - if (this.emptyType === 1 || this.emptyType === 9 || this.emptyType === 15) { | ||
| 178 | - return true | ||
| 179 | - } else { | ||
| 180 | - return false | ||
| 181 | - } | ||
| 182 | - } | ||
| 183 | } | 175 | } |
-
Please register or login to post a comment