Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
AbeJellinek committed Jun 27, 2024
1 parent 6322adb commit 2670f66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/components/reader-ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import EPUBAppearancePopup from "./view-popup/epub-appearance-popup";


function View(props) {
let { primary, state, type } = props;
let { primary, state } = props;

let name = primary ? 'primary' : 'secondary';

Expand Down

0 comments on commit 2670f66

Please sign in to comment.