File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/features/decoder/components Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -184,7 +184,7 @@ export const TokenDecoderComponent: React.FC<TokenDecoderComponentProps> = ({
184184 }
185185 contentOutput = {
186186 < >
187- < DecodedHeaderOutputComponent
187+ { /* <DecodedHeaderOutputComponent
188188 languageCode={languageCode}
189189 dictionary={dictionary.decodedHeader}
190190 decodedHeaderInitialTabId={decodedHeaderInitialTabId}
@@ -196,7 +196,7 @@ export const TokenDecoderComponent: React.FC<TokenDecoderComponentProps> = ({
196196 decodedPayloadInitialTabId={decodedPayloadInitialTabId}
197197 descriptionVisibility={decodedPayloadDescriptionVisibility}
198198 />
199- { /* <SecretKeyInputComponent
199+ <SecretKeyInputComponent
200200 languageCode={languageCode}
201201 dictionary={dictionary.signatureVerification}
202202 /> */ }
You can’t perform that action at this time.
0 commit comments