diff --git a/src/post.rs b/src/post.rs
index f5989ac..d2efbaa 100644
--- a/src/post.rs
+++ b/src/post.rs
@@ -15,23 +15,22 @@ pub fn Component() -> impl IntoView {
view! {
-
{move || {
post.with(|post| {
let post = post.clone().unwrap_or_default();
view! {
- //
- //
- //
- // {post
- // .tags
- // .into_iter()
- // .map(|tag| {
- // view! { }
- // })
- // .collect::>()}
+
+
+
+ {post
+ .tags
+ .into_iter()
+ .map(|tag| {
+ view! { }
+ })
+ .collect::>()}