Skip to content

Commit

Permalink
Fix history button for episode will open up wrong modal
Browse files Browse the repository at this point in the history
  • Loading branch information
LASER-Yi committed Mar 20, 2022
1 parent 51e1fa1 commit b4c82c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/Episodes/table.tsx
Expand Up @@ -173,7 +173,7 @@ const Table: FunctionComponent<Props> = ({
icon={faHistory}
disabled={disabled}
onClick={() => {
show("manual-search", row.original);
show("history", row.original);
}}
></ActionButton>
<ActionButton
Expand Down

0 comments on commit b4c82c2

Please sign in to comment.