Commit d8e9b29
refactor(dashboards): remove redundant ternary around EditAccessSelector
Both branches of the hasPageFrameFeature ternary rendered identical
EditAccessSelector components with the same props. Simplified by
removing the unnecessary conditional and rendering the component
directly.
Co-authored-by: Jonas <JonasBa@users.noreply.github.com>1 parent 7c4ee44 commit d8e9b29
1 file changed
+6
-13
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
363 | 363 | | |
364 | 364 | | |
365 | 365 | | |
366 | | - | |
367 | | - | |
368 | | - | |
369 | | - | |
370 | | - | |
371 | | - | |
372 | | - | |
373 | | - | |
374 | | - | |
375 | | - | |
376 | | - | |
377 | | - | |
378 | | - | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
379 | 372 | | |
380 | 373 | | |
381 | 374 | | |
| |||
0 commit comments