Skip to content

Commit

Permalink
webapp: use reasonable name for radio stats accordion
Browse files Browse the repository at this point in the history
  • Loading branch information
schlimmchen authored and tbnobody committed Nov 1, 2024
1 parent d324a5c commit e6a994f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webapp/src/views/HomeView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@
</div>
</BootstrapAlert>

<div class="accordion mt-5" id="accordionExample">
<div class="accordion mt-5" id="accordionRadioStats">
<div class="accordion-item">
<h2 class="accordion-header">
<button
Expand All @@ -233,7 +233,7 @@
<div
id="collapseStats"
class="accordion-collapse collapse"
data-bs-parent="#accordionExample"
data-bs-parent="#accordionRadioStats"
>
<div class="accordion-body">
<table class="table table-striped table-hover">
Expand Down

0 comments on commit e6a994f

Please sign in to comment.