Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
davwheat committed Jul 28, 2022
1 parent 9dbb3ec commit 2a01e12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/core/js/src/common/components/ModalManager.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export default class ModalManager extends Component<IModalManagerAttrs> {
onclick={this.handlePossibleBackdropClick.bind(this)}
ontransitionend={this.onBackdropTransitionEnd.bind(this)}
data-showing={!!this.attrs.state.modalList.length}
style={{'--modal-count': this.attrs.state.modalList.length}}
style={{ '--modal-count': this.attrs.state.modalList.length }}
/>
)}
</>
Expand Down

0 comments on commit 2a01e12

Please sign in to comment.