Files
meet/src
lebaudantoine b058e6add9 🎨(frontend) replace logical OR with nullish coalescing operator
Replace `||` operators and conditional checks with `??` where appropriate
for safer null/undefined handling. Nullish coalescing only triggers for
null/undefined values, preventing unexpected behavior with falsy values
like 0 or empty strings.
2025-06-30 19:10:41 +02:00
..
2025-06-25 22:40:01 +02:00
2025-06-25 22:40:01 +02:00
2025-06-25 22:40:01 +02:00