Skip to content

Commit

Permalink
Iterate
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Telatynski <[email protected]>
  • Loading branch information
t3chguy committed Oct 17, 2024
1 parent 28c900d commit 4c22946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/views/messages/MLocationBody.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ export const LocationBodyContent: React.FC<LocationBodyContentProps> = ({

return (
<div className="mx_MLocationBody">
<Tooltip description={tooltip}>
<Tooltip label={tooltip}>
<div className="mx_MLocationBody_map">{mapElement}</div>
</Tooltip>
</div>
Expand Down

0 comments on commit 4c22946

Please sign in to comment.