Skip to content

Commit c14494b

Browse files
committed
chore: leptosfmt
1 parent 7489bd9 commit c14494b

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

src/components/blog_content.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -186,9 +186,7 @@ pub fn ArticleHeader(
186186
.collect::<Vec<_>>()}
187187
<div class="flex flex-row flex-wrap items-center gap-2">
188188
{if social.is_empty() {
189-
view! {
190-
<></>
191-
}
189+
view! { <></> }
192190
} else {
193191
view! {
194192
<>

src/components/esta_semana_en_rust/blog_content.rs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,11 @@ pub fn BlogContent(#[prop()] article: Article) -> impl IntoView {
5252
view! { <></> }
5353
}}
5454
{if social.is_empty() {
55-
view! {
56-
<></>
57-
}
55+
view! { <></> }
5856
} else {
5957
view! {
6058
<>
61-
<hr class="h-[0.875rem] w-px bg-gray-700 border-0" />
59+
<hr class="h-[0.875rem] w-px bg-gray-700 border-0" />
6260
</>
6361
}
6462
}}

0 commit comments

Comments
 (0)