Skip to content

Commit 7586d7c

Browse files
authored
Merge pull request #4690 from Clockwork-Rat/WV-1050-User_Cannot_Tab_Correctly_on_Ballot_Page
[WV 1050] user cannot tab correctly on ballot page
2 parents 9be73e8 + d8712e5 commit 7586d7c

2 files changed

Lines changed: 2 additions & 44 deletions

File tree

src/js/components/Navigation/HeaderBar.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ import FriendsTabs from './FriendsTabs';
3232
import HeaderBarLogo from './HeaderBarLogo';
3333
import HeaderBarModals from './HeaderBarModals';
3434
import TabWithPushHistory from './TabWithPushHistory';
35-
import TabWithoutPushHistory from './TabWithoutPushHistory';
3635

3736
const HeaderNotificationMenu = React.lazy(() => import(/* webpackChunkName: 'HeaderNotificationMenu' */ './HeaderNotificationMenu'));
3837
const nextReleaseFeaturesEnabled = webAppConfig.ENABLE_NEXT_RELEASE_FEATURES === undefined ? false : webAppConfig.ENABLE_NEXT_RELEASE_FEATURES;
@@ -537,8 +536,9 @@ class HeaderBar extends Component {
537536
to="/donate"
538537
/>
539538
)}
540-
<TabWithoutPushHistory
539+
<Tab
541540
value={3}
541+
tabIndex={0}
542542
classes={isWebApp() ? { root: classes.tabRoot, selected: classes.tabSelected } : { root: classes.tabRootMore, selected: classes.tabSelected }}
543543
id="moreTabHeaderBar"
544544
label={(

src/js/components/Navigation/TabWithoutPushHistory.jsx

Lines changed: 0 additions & 42 deletions
This file was deleted.

0 commit comments

Comments
 (0)