Skip to content

Commit

Permalink
feat: Add floor information to MapObjectsSearchInput results
Browse files Browse the repository at this point in the history
  • Loading branch information
0niel committed Aug 30, 2024
1 parent ebef45e commit 0c335d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/map-objects-search-input.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ const MapObjectsSearchInput: React.FC<MapObjectsSearchInputProps> = ({
</p>
</div>
<div className="text-sm text-muted-foreground">
{result.floor}
{result.floor} этаж
</div>
</div>
</li>
Expand Down

0 comments on commit 0c335d5

Please sign in to comment.