Skip to content

Commit b14f676

Browse files
Make id static
Co-authored-by: Maciej Hirsz <[email protected]>
1 parent 7b2e997 commit b14f676

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
@@ -177,7 +177,7 @@ fn Button(action: ButtonAction, state: &Hook<State>) -> impl View {
177177
view! {
178178
<div class="col-sm-6 smallpad">
179179
<button
180-
id={id}
180+
id={static id}
181181
class="btn btn-primary btn-block"
182182
type="button"
183183
{onclick}

0 commit comments

Comments
 (0)