Skip to content

Commit 024fa3b

Browse files
committed
update jwt input
1 parent 96bbae1 commit 024fa3b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/features/decoder/components/jwt-input.component.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ export const JwtInputComponent: React.FC<JwtInputComponentProps> = ({
8585
success: [dictionary.successMessage],
8686
errors: decodeErrors$,
8787
}}
88+
hasHeaderIcon
8889
slots={{
8990
notification: (
9091
<TokenDecoderSignatureValidationComponent
@@ -98,9 +99,9 @@ export const JwtInputComponent: React.FC<JwtInputComponentProps> = ({
9899
value={token}
99100
/>
100101
<CardToolbarClearButtonComponent
101-
languageCode={languageCode}
102102
onPress={clearValue}
103103
isDisabled={!token}
104+
languageCode={languageCode}
104105
/>
105106
</CardToolbarComponent>
106107
),

0 commit comments

Comments
 (0)