Skip to content

Commit

Permalink
no has universe selector
Browse files Browse the repository at this point in the history
  • Loading branch information
kavigupta committed Aug 13, 2024
1 parent 5a9eb8c commit 9cbc260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react/src/page_template/template.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ class PageTemplateClass extends React.Component {

function PageTemplate({
screencap_elements,
has_universe_selector,
universes,
main_content,
}) {
const has_universe_selector = universes != undefined;
const [hamburger_open, set_hamburger_open] = useState(false);
const [screenshot_mode, set_screenshot_mode] = useState(false);

Expand Down

0 comments on commit 9cbc260

Please sign in to comment.