Skip to content

Commit

Permalink
ui: Refactor error message for missing room data in MapContainer comp…
Browse files Browse the repository at this point in the history
…onent
  • Loading branch information
0niel committed Sep 5, 2024
1 parent bddef45 commit d7849d4
Show file tree
Hide file tree
Showing 3 changed files with 82 additions and 253 deletions.
2 changes: 1 addition & 1 deletion components/map/map-container.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ const MapContainer = () => {
object => object.id === getMapObjectIdByElement(room)
)
if (!mapObject) {
toast.error('Нет данных для этой карты')
toast.error('Нет данных для этой аудитории')
return
}

Expand Down
2 changes: 1 addition & 1 deletion public/routes.json

Large diffs are not rendered by default.

Loading

0 comments on commit d7849d4

Please sign in to comment.