Remove buggy # in dom element id
This commit is contained in:
parent
1b29a23ede
commit
25255c862a
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<div id="#one-time-charges" class="one-time-charges">
|
<div id="one-time-charges" class="one-time-charges">
|
||||||
<table class="table table-switch">
|
<table class="table table-switch">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
Loading…
Reference in a new issue