Skip to content

Commit

Permalink
Fix undefined var
Browse files Browse the repository at this point in the history
  • Loading branch information
jlpereira committed Sep 1, 2023
1 parent bed2cc1 commit 26f98f0
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 26f98f0

Please sign in to comment.