Add loading state to CFL metrics

This commit is contained in:
fragosti
2019-08-19 18:19:01 -07:00
parent 5f25d20cd0
commit cb455f951a
5 changed files with 54 additions and 10 deletions

View File

@@ -50,7 +50,7 @@ export const TabbedCodeDemo: React.FC<TabbedCodeDemoProps> = props => {
{tab.label}
</Tab>
))}
<CodeDemo language={language} fontSize="16px" hideCopy={true}>
<CodeDemo language={language} fontSize="16px" shouldHideCopy={true}>
{code}
</CodeDemo>
</TabbedWrapper>