From 4604bc4a28d7c2796df2fe6eb76971f2f3edb97c Mon Sep 17 00:00:00 2001 From: Raphael Wickihalder Date: Mon, 2 May 2022 12:40:52 +0200 Subject: [PATCH] Add help text to watch history --- ui/page/history/view.jsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ui/page/history/view.jsx b/ui/page/history/view.jsx index e6b2a4b0e..da3f0326f 100644 --- a/ui/page/history/view.jsx +++ b/ui/page/history/view.jsx @@ -7,6 +7,7 @@ import classnames from 'classnames'; import Icon from 'component/common/icon'; import * as ICONS from 'constants/icons'; import { YRBL_SAD_IMG_URL } from 'config'; +import Tooltip from 'component/common/tooltip'; import usePersistedState from 'effects/use-persisted-state'; @@ -47,6 +48,9 @@ export default function HistoryPage(props: Props) {

{__('Watch History')} + +