File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/app/pages/RoflAppDetailsPage Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -129,9 +129,6 @@ export const RoflAppDetailsView: FC<{
129129 < DetailsRow title = { t ( 'rofl.enclaveId' ) } >
130130 < Enclaves policy = { app . policy } />
131131 </ DetailsRow >
132- < DetailsRow title = { t ( 'rofl.sekPublicKey' ) } >
133- < span className = "font-medium" > { app . sek } </ span > < CopyToClipboard value = { app . sek } />
134- </ DetailsRow >
135132 < AdminAccountRow
136133 address = { app . admin_eth ?? app . admin }
137134 scope = { { network : app . network , layer : app . layer } }
@@ -151,6 +148,9 @@ export const RoflAppDetailsView: FC<{
151148 />
152149 </ div >
153150 </ DetailsRow >
151+ < DetailsRow title = { t ( 'rofl.sekPublicKey' ) } >
152+ < span className = "font-medium" > { app . sek } </ span > < CopyToClipboard value = { app . sek } />
153+ </ DetailsRow >
154154 < DetailsRow
155155 title = {
156156 < div className = "flex items-center gap-4" >
You can’t perform that action at this time.
0 commit comments