#468 - show pin status API error
This commit is contained in:
parent
df207593e9
commit
5ab0e71500
2 changed files with 8 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
<template>
|
||||
<div class="status-el" v-if="!hideStatus" :class="[{ 'status-el_focused': isFocused }, { 'status-conversation': inlineExpanded }]">
|
||||
<div v-if="error" class="alert error">{{error}}</div>
|
||||
<template v-if="muted && !isPreview">
|
||||
<div class="media status container muted">
|
||||
<small>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue