Skip to content

Commit

Permalink
fix: styling
Browse files Browse the repository at this point in the history
  • Loading branch information
PeeyushPrashant committed Nov 5, 2023
1 parent c7b74f9 commit 82455e2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/controllers/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ export default class IndexController extends Controller {
@tracked showUserStateModal = false;
@tracked newStatus;


@action toggleUserStateModal() {
this.showUserStateModal = !this.showUserStateModal;
}
Expand Down

0 comments on commit 82455e2

Please sign in to comment.