// @flow import { SITE_NAME } from 'config'; import React from 'react'; import Nag from 'component/common/nag'; import I18nMessage from 'component/i18nMessage'; export default function NagNoUser() { return ( Could not get a user ID. Account functions will be unavailable. Try again in a bit. } actionText={__('Refresh')} onClick={() => window.location.reload()} /> ); }