Skip to content

Commit

Permalink
chore: remove code that makes tooltip persist while in development
Browse files Browse the repository at this point in the history
  • Loading branch information
tabathadelane committed Apr 6, 2023
1 parent 56d213b commit 195ba8b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/ToggleView/ToggleSelector.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ export const TOGGLE_VIEWS = {
const mobileBreakpoint = '450px';

const ToggleSelector = ({ className, showTooltip }) => {
showTooltip = true;
const [currentView, setCurrentView] = useToggleViewContext();
const tessen = useTessen();
const { t } = useTranslation();
Expand Down

0 comments on commit 195ba8b

Please sign in to comment.