Skip to content

Commit

Permalink
Fix prettier issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Ariel Virgulto committed Feb 16, 2024
1 parent 4419e68 commit ebc0fde
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -263,9 +263,7 @@ export default function RemsInterface(props: RemsInterfaceProps) {
<Paper style={{ paddingBottom: '5px' }}>
<div className="status-icon" style={{ backgroundColor: colorPis }}></div>
<div className="bundle-entry">ID : {response?.resource?.id || 'N/A'}</div>
<div className="bundle-entry">
Status: {getMedicationStatus(statusPis)}
</div>
<div className="bundle-entry">Status: {getMedicationStatus(statusPis)}</div>
<div className="bundle-entry">
<AutorenewIcon
className={spinPis === true ? 'refresh' : 'renew-icon'}
Expand Down

0 comments on commit ebc0fde

Please sign in to comment.