File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
src/pages/status/migration Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -94,26 +94,26 @@ export default function MigrationDetails() {
94
94
< div className = { styles . migration_details_toggle } >
95
95
< div class = "tabs-container" >
96
96
< ul role = "tablist" aria-orientation = "horizontal" class = "tabs" >
97
- < li
98
- key = "table"
97
+ < li
98
+ key = "table"
99
99
role = "tab"
100
- class = { [ "tabs__item" , ( view == "table" ? "tabs__item--active" : null ) ] . join ( " " ) }
100
+ class = { [ "tabs__item" , ( view == "table" ? "tabs__item--active" : null ) ] . join ( " " ) }
101
101
onClick = { ( ) => toggle ( "table" ) }
102
102
>
103
103
Table
104
104
</ li >
105
- < li
106
- key = "graph"
105
+ < li
106
+ key = "graph"
107
107
role = "tab"
108
- class = { [ "tabs__item" , ( view == "graph" ? "tabs__item--active" : null ) ] . join ( " " ) }
108
+ class = { [ "tabs__item" , ( view == "graph" ? "tabs__item--active" : null ) ] . join ( " " ) }
109
109
onClick = { ( ) => toggle ( "graph" ) }
110
110
>
111
111
Graph
112
112
</ li >
113
113
{ name &&
114
114
< a href = { urls . migrations . details . replace ( "<NAME>" , name ) } target = "_blank" >
115
- < li
116
- key = "raw"
115
+ < li
116
+ key = "raw"
117
117
role = "tab"
118
118
class = "tabs__item"
119
119
>
You can’t perform that action at this time.
0 commit comments