Skip to content
Snippets Groups Projects
Unverified Commit 490ccbf4 authored by たいち ひ's avatar たいち ひ Committed by GitHub
Browse files

Rewrite <NotSignedInIndicator /> as FC (#24903)

parent 6fdbee24
No related branches found
No related tags found
No related merge requests found
import React from 'react';
import { FormattedMessage } from 'react-intl';
const NotSignedInIndicator = () => (
export const NotSignedInIndicator: React.FC = () => (
<div className='scrollable scrollable--flex'>
<div className='empty-column-indicator'>
<FormattedMessage id='not_signed_in_indicator.not_signed_in' defaultMessage='You need to sign in to access this resource.' />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment