Skip to content

Commit

Permalink
fix tab file formating
Browse files Browse the repository at this point in the history
  • Loading branch information
tischsoic committed Nov 25, 2024
1 parent b8d4d6e commit 36c28b8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const Tab = ({ children, actionsDisabledMap, isRightSidebarHidden }) => {
const bottomBarRef = useRef();
const [contentHeight, setContentHeight] = useState('100%');
const [selectedLocations] = useContext(SelectedLocationsContext);
const { selectedItems, } = useContext(SelectedItemsContext);
const { selectedItems } = useContext(SelectedItemsContext);
const dropdownPortalRef = useContext(DropdownPortalRefContext);
const contentStyles = {
height: contentHeight,
Expand Down

0 comments on commit 36c28b8

Please sign in to comment.