Skip to content

Commit

Permalink
temporary change from start lat/long from POA to actual address
Browse files Browse the repository at this point in the history
  • Loading branch information
nziegler87 committed Jan 15, 2025
1 parent c183733 commit 99c8002
Show file tree
Hide file tree
Showing 7 changed files with 534 additions and 608 deletions.
2 changes: 1 addition & 1 deletion src/components/Modals/ConnectModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ const ConnectModal = (props: ConnectModalProps): JSX.Element => {
/>
</div>
<p className="ml-1.5 font-semibold">
{props.otherUser.startPOILocation}
{props.otherUser.startAddress}
</p>
</div>

Expand Down
2 changes: 1 addition & 1 deletion src/components/UserCards/UserCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ export const UserCard = (props: UserCardProps): JSX.Element => {
<Image src={StartIcon} width={25} height={25} alt="Start icon" />
</div>
<p className="ml-2 text-sm font-semibold">
{props.otherUser.startPOILocation}
{props.otherUser.startAddress}
</p>
</div>

Expand Down
Loading

0 comments on commit 99c8002

Please sign in to comment.