19 |
20 | {activeComponentCode}
21 |
22 |
23 | 57 |
location.pathname === '/' ? navigate('/code') : navigate('/')}> 61 | {location.pathname === '/' ? 'ROUTES' : 'CODE'} 62 |
63 | 64 |
60 |
61 | {
62 | display === '' ? "SCHEMA NOT FOUND"
63 | : display === "variable" ? "ROUTE IS CONDITIONAL"
64 | : display === "found" ? output
65 | : ''
66 | }
67 |
68 |
69 | 52 | {label} 53 |
54 |{label}
28 |