diff options
Diffstat (limited to 'src/pages/blog/index.tsx')
| -rw-r--r-- | src/pages/blog/index.tsx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/pages/blog/index.tsx b/src/pages/blog/index.tsx index 7f6c540..7eef2f0 100644 --- a/src/pages/blog/index.tsx +++ b/src/pages/blog/index.tsx @@ -196,12 +196,13 @@ const BlogPage: NextPageWithLayout<BlogPageProps> = ({ <Notice // eslint-disable-next-line react/jsx-no-literals -- Kind allowed kind="error" - message={intl.formatMessage({ + > + {intl.formatMessage({ defaultMessage: 'Failed to load.', description: 'BlogPage: failed to load text', id: 'C/XGkH', })} - /> + </Notice> ) : null} </PageLayout> </> |
