Skip to content

Commit

Permalink
Fix more lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ChiefOfGxBxL committed Nov 3, 2024
1 parent 1464817 commit f0c81f0
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/components/Response/Redirect.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,15 @@ function Redirect(props) {
<StyledResponse
collapsible
expanded={isExpanded}
header={<Titlebar method={method} statusCode={statusCode} url={url} time={time} onClick={setExpanded} />}
header={(
<Titlebar
method={method}
statusCode={statusCode}
url={url}
time={time}
onClick={setExpanded}
/>
)}
>
<Headers expanded headers={headers} />
</StyledResponse>
Expand Down

0 comments on commit f0c81f0

Please sign in to comment.