Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
SidneyNemzer committed Apr 9, 2022
1 parent bbf72b4 commit 0cff1e8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/popup/ResultView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ const ResultView: React.FC<{ state: State }> = ({ state }) => {
);
}

// | { type: "no-url" }
// | { type: "error"; error?: Error };

switch (state.type) {
case "loading":
return <>loading...</>;
Expand Down

0 comments on commit 0cff1e8

Please sign in to comment.