Skip to content

Commit 30e61c4

Browse files
Alexander Seniertreiher
andauthored
FIXUP: use empty! instead of empty div!
Co-authored-by: Tobias Reiher <15232394+treiher@users.noreply.github.com>
1 parent 4e6c1ac commit 30e61c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/common.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -601,7 +601,7 @@ pub fn view_chart<Ms>(
601601
C!["has-text-centered"],
602602
C!["mb-4"],
603603
"No data.".to_string(),
604-
] } else { div![] },
604+
] } else { empty![] },
605605
Some(value) => div![
606606
C!["container"],
607607
C!["has-text-centered"],

0 commit comments

Comments
 (0)