Skip to content

Commit

Permalink
Re organize
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenlejoe committed Jan 11, 2024
1 parent 33219ef commit 92dbd45
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { XYKPoolListView } from "./XYKPoolListView";
type Story = StoryObj<typeof XYKPoolListView>;

const meta: Meta<typeof XYKPoolListView> = {
title: "Organisms/XYK",
title: "Organisms/XYK/Pool",
component: XYKPoolListView,
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ export const XYKPoolListView: React.FC<XYKPoolListViewProps> = ({
dex_name
);
setError({ error: false, error_message: "" });
console.log(response);
setResult(new Some(response.data.items));
} catch (exception) {
setResult(new Some([]));
Expand Down

0 comments on commit 92dbd45

Please sign in to comment.