Fix PR feedback

Signed-off-by: soupette <cyril@strapi.io>
This commit is contained in:
soupette 2021-09-09 11:31:34 +02:00
parent e8eed84e75
commit cf910efc56

View File

@ -28,7 +28,7 @@ const App = () => {
// Check with @mfrachet if ok with a11y // Check with @mfrachet if ok with a11y
if (status === 'loading') { if (status === 'loading') {
return ( return (
<Main labelledBy="title"> <Main labelledBy="title" aria-busy="true">
<HeaderLayout <HeaderLayout
id="title" id="title"
title={formatMessage({ title={formatMessage({