diff --git a/pages/[user]/[type].tsx b/pages/[user]/[type].tsx index f7cfddb415..df71bb048a 100644 --- a/pages/[user]/[type].tsx +++ b/pages/[user]/[type].tsx @@ -99,7 +99,7 @@ export default function Type(props) {
-
+
{props.user.avatar && Avatar} @@ -133,7 +133,7 @@ export default function Type(props) { {calendar}
- {selectedDate &&
+ {selectedDate &&
{dayjs(selectedDate).format("dddd DD MMMM YYYY")}