diff --git a/examples/client/Locomotion/src/Components/TabSwitch/index.tsx b/examples/client/Locomotion/src/Components/TabSwitch/index.tsx index c95db56e7..16935fd15 100644 --- a/examples/client/Locomotion/src/Components/TabSwitch/index.tsx +++ b/examples/client/Locomotion/src/Components/TabSwitch/index.tsx @@ -22,6 +22,7 @@ const TabSwitch = ({ onUnselectedClick, tabs, activeTabId }: ITabSwitchProps) => const isSelected = tab.id === activeTabId; return ( {