Skip to content

Commit e6968cc

Browse files
committed
temp remove content output
1 parent f625261 commit e6968cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/features/decoder/components/token-decoder.component.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
/> */}

0 commit comments

Comments
 (0)