diff options
| author | 2022-01-11 23:02:44 +0100 | |
|---|---|---|
| committer | 2022-01-11 23:02:44 +0100 | |
| commit | 17317c173a27f91a8b99be3a9fe8ea76c4583f5e (patch) | |
| tree | c4190f68f78a18a5be24ebe800406df31e2e67d7 /src/components | |
| parent | bcb77d979d817e1e609adb4d007bbbcc3f61efbd (diff) | |
| download | client-17317c173a27f91a8b99be3a9fe8ea76c4583f5e.tar.gz client-17317c173a27f91a8b99be3a9fe8ea76c4583f5e.tar.bz2 client-17317c173a27f91a8b99be3a9fe8ea76c4583f5e.zip | |
Fix headers tab not clickable (Issue #1)
Diffstat (limited to 'src/components')
| -rw-r--r-- | src/components/Details/Details.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
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) { | |||
| 85 | className={classNames(styles.tab, { | 85 | className={classNames(styles.tab, { |
| 86 | [styles.selected]: tab === 'headers' | 86 | [styles.selected]: tab === 'headers' |
| 87 | })} | 87 | })} |
| 88 | disabled={requestResponse.response === undefined} | ||
| 89 | > | 88 | > |
| 90 | Headers | 89 | Headers |
| 91 | </button> | 90 | </button> |
