Skip to content

Commit

Permalink
Hotfix for spacing on APPEALS-19871
Browse files Browse the repository at this point in the history
  • Loading branch information
laurenberrybah committed Aug 16, 2023
1 parent 4a14c40 commit e49417a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/app/reader/LastRetrievalAlert.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ class LastRetrievalAlert extends React.PureComponent {

return <div {...alertStyling}>
<Alert title="Warning" type="warning">
Reader last synced the list of documents with {this.props.appeal.veteran_full_name}'s eFolder
{vbmsDiff} hours ago. If you'd like to view documents in Reader uploaded to their eFolder since
Reader last synced the list of documents with {this.props.appeal.veteran_full_name}'s eFolder {vbmsDiff} hours ago.
If you'd like to view documents in Reader uploaded to their eFolder since
the last sync, please visit <a href={this.props.efolderExpressUrl} target="_blank" rel="noopener noreferrer"> eFolder Express </a>
to fetch the latest list of documents or submit a support ticket to sync their eFolder with Reader.
</Alert>
Expand Down

0 comments on commit e49417a

Please sign in to comment.