Skip to content

Commit

Permalink
UI: add seperator on list of requests
Browse files Browse the repository at this point in the history
  • Loading branch information
carlinmack committed Nov 21, 2024
1 parent a175c3e commit c828dfc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ export const ComputerTabletRequestItem = ({
name={getUserIcon(result.expanded?.receiver)}
/>
<span className="ml-5">{result.expanded?.receiver.metadata.title}</span>
{result.expires_at && " - "}
</>
)}
{result.expires_at && (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ export const MobileRequestItem = ({
name={getUserIcon(result.expanded?.receiver)}
/>
<span className="ml-5">{result.expanded?.receiver.metadata.title}</span>
{result.expires_at && " - "}
</>
)}
{result.expires_at && (
Expand Down

0 comments on commit c828dfc

Please sign in to comment.