Skip to content

Commit

Permalink
Merge pull request #134 from SpeciesFileGroup/development
Browse files Browse the repository at this point in the history
Fix undefined var
  • Loading branch information
José Luis Pereira authored and GitHub committed Sep 1, 2023
2 parents f275924 + 26f98f0 commit 8b1c058
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/otus/constants/overviewLayout.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ function parsePanelConfiguraion(panelLayout) {
}

export const overviewLayout = parsePanelConfiguraion(
taxa_page_overview.panels || DEFAULT_LAYOUT
taxa_page_overview?.panels || DEFAULT_LAYOUT
)

0 comments on commit 8b1c058

Please sign in to comment.