mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
fix: typing error
This commit is contained in:
parent
10dd53183b
commit
5960ef424a
1 changed files with 1 additions and 1 deletions
|
|
@ -146,7 +146,7 @@
|
|||
[mode]="'indeterminate'"
|
||||
></mat-progress-bar>
|
||||
<issue-content
|
||||
*ngIf="issueData && isIssueDataLoadedForCurrentType$|async"
|
||||
*ngIf="issueData && (isIssueDataLoadedForCurrentType$|async)"
|
||||
[@expandFadeInOnly]
|
||||
[issueData]="issueData"
|
||||
[task]="task"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue