Files
nairobi/app/components
Javi Martín 08ca920819 Simplify conditions to render poll status icons
We were using a redundant `elsif` instead of an `else`. We were also
using a negative condition in the main `if`, which made the code a bit
harder to read.

Since we usually use `current_user` instead of `user_signed_in?`, we're
also changing that for consistency.Extract component to render the status of a poll
2024-06-07 15:52:02 +02:00
..
2023-10-16 15:06:15 +02:00
2024-03-23 00:35:43 +01:00
2024-06-05 16:10:56 +02:00