Files
music_library/lib/music_library_web/components
Claudio Ortolina 45df749200 No need to create a range when total_pages is 0
Fixes:

warning: Range.new/2 and first..last default to a step of -1 when last < first.
Use Range.new(first, last, -1) or first..last//-1, or pass 1 if that was your intention
2024-12-19 19:07:08 +00:00
..
2024-12-10 18:48:49 +03:00
2024-11-05 08:42:30 +00:00
2024-12-13 23:22:21 +03:00