From 17317c173a27f91a8b99be3a9fe8ea76c4583f5e Mon Sep 17 00:00:00 2001 From: Tom van der Lee Date: Tue, 11 Jan 2022 23:02:44 +0100 Subject: Fix headers tab not clickable (Issue #1) --- src/components/Details/Details.tsx | 1 - 1 file changed, 1 deletion(-) (limited to 'src/components/Details') diff --git a/src/components/Details/Details.tsx b/src/components/Details/Details.tsx index c4a23f4..e91c98c 100644 --- a/src/components/Details/Details.tsx +++ b/src/components/Details/Details.tsx @@ -85,7 +85,6 @@ export default function Details({ requestResponse }: DetailsProps) { className={classNames(styles.tab, { [styles.selected]: tab === 'headers' })} - disabled={requestResponse.response === undefined} > Headers -- cgit v1.2.3