neuland-ingolstadt / neuland.app

A free & open source, web-based replacement for the official app of the Technische Hochschule Ingolstadt built with React and Next.js.
https://neuland.app
GNU Affero General Public License v3.0
36 stars 33 forks source link

🐛 fix room suggestions if no rooms are available #374

Closed BuildmodeOne closed 10 months ago

BuildmodeOne commented 10 months ago

🤖[deprecated] Generated by Copilot at 99361cf

Summary

🚫🛑🗑️

Fixed a bug that caused an error and an empty card to appear in the rooms suggestions page when there are no gap suggestions. Modified the getEmptySuggestions function in rooms-utils.js and the getSuggestions function in suggestions.jsx to handle the null case.

No rooms available getEmptySuggestions returns null Empty card no more

Walkthrough