aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/services
diff options
context:
space:
mode:
authorLibravatar Alphrag <34252790+Alphrag@users.noreply.github.com>2023-05-30 23:49:55 +0100
committerLibravatar Alphrag <34252790+Alphrag@users.noreply.github.com>2023-05-30 23:49:55 +0100
commit4b62661d58e56f03e6d4888df80473150126e5a8 (patch)
treefcbbd8f1d393cfa1efbcbbbfa94b9ef8e5a5d462 /src/components/services
parent6.3.0-nightly.14 [skip ci] (diff)
downloadferdium-app-4b62661d58e56f03e6d4888df80473150126e5a8.tar.gz
ferdium-app-4b62661d58e56f03e6d4888df80473150126e5a8.tar.zst
ferdium-app-4b62661d58e56f03e6d4888df80473150126e5a8.zip
Revert "Update react-router-dom, react-tooltip & react-transition-group latest version (#1199)"
Diffstat (limited to 'src/components/services')
-rw-r--r--src/components/services/tabs/TabItem.tsx3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/components/services/tabs/TabItem.tsx b/src/components/services/tabs/TabItem.tsx
index c25af4427..c883066ce 100644
--- a/src/components/services/tabs/TabItem.tsx
+++ b/src/components/services/tabs/TabItem.tsx
@@ -359,8 +359,7 @@ class TabItem extends Component<IProps, IState> {
359 onKeyDown={noop} 359 onKeyDown={noop}
360 role="presentation" 360 role="presentation"
361 onContextMenu={() => menu.popup()} 361 onContextMenu={() => menu.popup()}
362 data-tooltip-id="tooltip-sidebar-button" 362 data-tip={`${service.name} ${acceleratorString(
363 data-tooltip-content={`${service.name} ${acceleratorString(
364 shortcutIndex, 363 shortcutIndex,
365 cmdOrCtrlShortcutKey(false), 364 cmdOrCtrlShortcutKey(false),
366 )}`} 365 )}`}