Skip to content

Commit

Permalink
flex
Browse files Browse the repository at this point in the history
  • Loading branch information
rockwellll committed Jan 13, 2025
1 parent 8a3a793 commit c05ec82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controllers/webchat_controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ export default class extends Controller {

if(this.openValue) return

this.unreadCounterTarget.style.display = 'block'
this.unreadCounterTarget.style.display = 'flex'
this.unreadCounterTarget.innerText = (parseInt(this.unreadCounterTarget.innerText) || 0) + 1
}

Expand Down

0 comments on commit c05ec82

Please sign in to comment.