Files
DocsGPT/frontend
Eng Zer Jun 0efc2277dd refactor(frontend): simplify JSX conditional rendering
JSX conditional rendering can be simplified to use the logical AND
operator (&&) [1] instead of ternary operator (? :) if we want to render
something only when the conditon is true, and nothing otherwise.

[1]: https://react.dev/learn/conditional-rendering#logical-and-operator-

Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
2023-10-14 13:39:23 +08:00
..
2023-02-09 10:03:56 +05:30
2023-10-05 23:16:54 +05:30
2023-10-08 06:26:08 +05:30
2023-03-27 21:44:22 +01:00
2023-02-09 08:01:22 +05:30
2023-02-09 08:01:22 +05:30
2023-09-28 15:30:47 +01:00
2023-03-10 11:48:52 +00:00
2023-10-08 05:27:03 +05:30
2023-10-08 05:27:03 +05:30
2023-02-07 23:27:21 +05:30
2023-02-10 16:20:05 -05:00
2023-03-05 22:36:57 +05:30
2023-03-05 22:36:57 +05:30
2023-02-07 23:27:21 +05:30
2023-03-05 22:36:57 +05:30