Skip to content

Commit 7db266c

Browse files
committed
temp remove jwt editor
1 parent e7dc5f4 commit 7db266c

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

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

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -107,13 +107,6 @@ export const JwtInputComponent: React.FC<JwtInputComponentProps> = ({
107107
),
108108
}}
109109
>
110-
{autoFocusEnabled !== undefined ? (
111-
<JwtEditorComponent
112-
token={token}
113-
handleJwtChange={handleJwtChange}
114-
autoFocus={autoFocusEnabled}
115-
/>
116-
) : null}
117110
</CardComponent>
118111
</>
119112
);

0 commit comments

Comments
 (0)