[Glitch] Rewrite <NotSignedInIndicator /> as FC
Port 490ccbf40b to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
			
			
This commit is contained in:
		@@ -1,7 +1,7 @@
 | 
			
		||||
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.' />
 | 
			
		||||
		Reference in New Issue
	
	Block a user