🐛 fix(App.tsx): improve code readability by formatting long conditional statements
The conditional statements in the useEffect hook were formatted to improve code readability. By breaking the statements into multiple lines and adding proper indentation, it is easier to understand the logic. This change does not affect the functionality of the code.
G
Gabriel Luiz Freitas Almeida committed
94cd8703b3f49d99f3b670c2138fd4af6a324a29
Parent: 3506cb1