Skip to content

Commit 9e99ea1

Browse files
committed
Remove ref
1 parent 7bc250c commit 9e99ea1

File tree

1 file changed

+1
-1
lines changed
  • frameworks/non-keyed/kobold/src

1 file changed

+1
-1
lines changed

frameworks/non-keyed/kobold/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ fn Row<'a>(num: usize, row: &'a RowData, state: &'a Hook<State>) -> impl View +
137137
view! {
138138
<tr.{is_in_danger}>
139139
<td class="col-md-1">{id}</td>
140-
<td class="col-md-4"><a onclick={select}>{ref row.label}</a></td>
140+
<td class="col-md-4"><a onclick={select}>{row.label.to_owned()}</a></td>
141141
<td class="col-md-1"><a onclick={remove}><span class="glyphicon glyphicon-remove" aria-hidden="true"></span></a></td>
142142
<td class="col-md-6"/>
143143
</tr>

0 commit comments

Comments
 (0)