Skip to content

Commit

Permalink
refactor: removed unwanted code
Browse files Browse the repository at this point in the history
  • Loading branch information
Riddhiagrawal001 committed Jan 2, 2025
1 parent ec9d83c commit d84333f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/screens/Analytics/Logs/LogUtils/ApiDetailsComponent.res
Original file line number Diff line number Diff line change
Expand Up @@ -213,8 +213,7 @@ let make = (
className={`flex gap-6 items-start w-full py-3 px-3 cursor-pointer ${borderClass} mb-6
`}
key={selectedOption.value->Int.toString}
onClick={event => {
event->scrollIntoView
onClick={_ => {
setLogDetails(_ => {
response: responseObject,
request: requestObject,
Expand Down

0 comments on commit d84333f

Please sign in to comment.