mirror of
https://github.com/rommapp/romm.git
synced 2026-06-28 23:06:11 +00:00
when a platform slog is not present in `PLATFORMS_VERSIONS`, which is the common case overall, the component was trying to fetch an `undefined.ico` image. Instead of that, we should check if the platform slug is present in `PLATFORMS_VERSIONS` and if not, fallback to the platform slug itself.