chore: inbox layout loader and peek overview subscription improvement (#3803)
This commit is contained in:
parent
01e09873e6
commit
1866474569
2 changed files with 9 additions and 3 deletions
|
|
@ -67,7 +67,7 @@ export const IssueSubscription: FC<TIssueSubscription> = observer((props) => {
|
|||
>
|
||||
{loading ? (
|
||||
<span>
|
||||
<span className="hidden sm:block">Loading</span>...
|
||||
<span className="hidden sm:block">Loading...</span>
|
||||
</span>
|
||||
) : isSubscribed ? (
|
||||
<div className="hidden sm:block">Unsubscribe</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue