Skip to content

Commit

Permalink
mock org tickets
Browse files Browse the repository at this point in the history
  • Loading branch information
jordan-ae committed Mar 10, 2024
1 parent 1f4c8da commit 1c1d56c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/people/widgetViews/WidgetSwitchViewer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -309,4 +309,4 @@ function WidgetSwitchViewer(props: any) {
</>
);
}
export default WidgetSwitchViewer;
export default observer(WidgetSwitchViewer);

0 comments on commit 1c1d56c

Please sign in to comment.