Skip to content

Commit

Permalink
Fixed plugin error.
Browse files Browse the repository at this point in the history
  • Loading branch information
imolorhe committed Nov 9, 2019
1 parent 2a803c4 commit d3f3fb4
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<div
*ngIf="pluginData"
#pluginElRef
[ngClass]="{ 'plugin__hide-content': !pluginData.isActive }"
[ngClass]="{ 'plugin__hide-content': !pluginData || !pluginData.isActive }"
class="plugin__holder"
></div>

0 comments on commit d3f3fb4

Please sign in to comment.