mirror of
https://github.com/discourse/discourse.git
synced 2025-10-03 17:21:20 +08:00
FIX: Removes debugging line (#35157)
Found while working on a customization. Caused a floating integer in the admin settings. Before: <img width="426" height="199" alt="Screenshot 2025-10-02 at 1 08 13 PM" src="https://github.com/user-attachments/assets/98e4148f-6e80-42fd-aa00-272cc05e238e" /> After: <img width="388" height="211" alt="Screenshot 2025-10-02 at 1 37 48 PM" src="https://github.com/user-attachments/assets/680d4c33-4d2b-44ee-ad4c-6b4ac0eb0bd2" />
This commit is contained in:
parent
759fc04041
commit
343292688c
1 changed files with 0 additions and 1 deletions
|
@ -82,7 +82,6 @@ export default class SimpleList extends Component {
|
|||
<div class="simple-list value-list" ...attributes>
|
||||
{{#if this.collection}}
|
||||
<div class="values">
|
||||
{{this.collection.length}}
|
||||
{{#each this.collection as |value index|}}
|
||||
<div data-index={{index}} class="value">
|
||||
<DButton
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue