Skip to content

Commit

Permalink
fix: prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
arsforza committed Oct 12, 2023
1 parent b9759df commit 509e8f1
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,10 @@
</form>
</ng-container>
<app-ibf-button
*ngIf="disasterTypeSettings?.enableStopTrigger && placeCode?.adminLevel === disasterTypeSettings.defaultAdminLevel"
*ngIf="
disasterTypeSettings?.enableStopTrigger &&
placeCode?.adminLevel === disasterTypeSettings.defaultAdminLevel
"
(click)="openToggleTriggerPopup(area, true)"
[disabled]="!area.activeTrigger"
backgroundColor="ibf-primary"
Expand Down

0 comments on commit 509e8f1

Please sign in to comment.