Add empty AST cache file for version 0.8.44 with non-object root data
This commit is contained in:
@@ -35,10 +35,7 @@ function Tabs({ value, handleChange, listTab, inactives, isSm, style }) {
|
||||
marginLeft: !isSm ? "9px !important" : undefined,
|
||||
},
|
||||
}}
|
||||
className={`
|
||||
text-[#495057] !p-1 !text-[14px] md:!text-[16px] !font-bold
|
||||
${isSm ? "!w-1/2 !m-0" : "!mr-[38px]"}
|
||||
`}
|
||||
className={` text-[#495057] !p-1 !text-[14px] md:!text-[16px] !font-bold ${isSm ? "!w-1/2 !m-0" : "!mr-[38px]"} `}
|
||||
/>
|
||||
))}
|
||||
</TabsMUI>
|
||||
|
||||
Reference in New Issue
Block a user