Add empty AST cache file for version 0.8.44 with non-object root data
This commit is contained in:
@@ -26,10 +26,7 @@ function Title({ doctor }) {
|
||||
<DoctorAvatar
|
||||
doctor={doctor}
|
||||
size={164}
|
||||
className="
|
||||
w-[40px] sm:w-[81px] md:w-[123px] lg:w-[164px]
|
||||
h-[40px] sm:h-[81px] md:h-[123px] lg:h-[164px]
|
||||
"
|
||||
className=" w-[40px] sm:w-[81px] md:w-[123px] lg:w-[164px] h-[40px] sm:h-[81px] md:h-[123px] lg:h-[164px] "
|
||||
/>
|
||||
</CircularLoading>
|
||||
<div className="flex flex-col items-center lg:items-start gap-[8px] lg:gap-[16px]">
|
||||
|
||||
Reference in New Issue
Block a user