Skip to content

Commit

Permalink
Open SSO tab if the object is a SSO
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienPeloton committed Oct 22, 2024
1 parent 6f7f2b6 commit 908fa85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/summary.py
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ def tabs(pdf):
dmc.TabsPanel(children=[], id="tab_sso", value="Solar System"),
dmc.TabsPanel(children=[], id="tab_tracklet", value="Tracklets"),
],
value="Summary",
value="Summary" if not is_sso(pdf) else "Solar System",
)

return tabs_
Expand Down

0 comments on commit 908fa85

Please sign in to comment.