Skip to content

Commit

Permalink
linters
Browse files Browse the repository at this point in the history
  • Loading branch information
kevincobain2000 committed Feb 13, 2024
1 parent 8c2f769 commit 846406c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion ui/src/components/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ export default function App() {
const [showPut] = useLocalStorage('showPut', 'true');
const [showPatch] = useLocalStorage('showPatch', 'true');
const [showHead] = useLocalStorage('showHead', 'false');
const [savePreviousResponse] = useLocalStorage('savePreviousResponse', 'false');

const searchOptions = {
keys: ['uri', 'doc_block'],
Expand Down
2 changes: 1 addition & 1 deletion ui/src/components/elements/ApiActionResponse.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React, { useEffect, useState } from 'react';
import React, { useEffect } from 'react';
import "ace-builds";
import jsonWorkerUrl from 'ace-builds/src-min-noconflict/worker-json?url';

Expand Down
1 change: 0 additions & 1 deletion ui/src/components/elements/ApiActionTabs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import {
CircleStackIcon,
DocumentTextIcon,
TableCellsIcon,
EllipsisVerticalIcon,
ReceiptRefundIcon
} from '@heroicons/react/24/outline'

Expand Down

0 comments on commit 846406c

Please sign in to comment.