We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7dc5f4 commit 7db266cCopy full SHA for 7db266c
src/features/decoder/components/jwt-input.component.tsx
@@ -107,13 +107,6 @@ export const JwtInputComponent: React.FC<JwtInputComponentProps> = ({
107
),
108
}}
109
>
110
- {autoFocusEnabled !== undefined ? (
111
- <JwtEditorComponent
112
- token={token}
113
- handleJwtChange={handleJwtChange}
114
- autoFocus={autoFocusEnabled}
115
- />
116
- ) : null}
117
</CardComponent>
118
</>
119
);
0 commit comments