Signed-off-by: Aaron Raimist <aaron@raim.ist>
pull/21833/head
Aaron Raimist 2021-04-30 21:54:57 -05:00
parent 626a4ccc34
commit 35c1e54521
No known key found for this signature in database
GPG Key ID: 37419210002890EF
1 changed files with 2 additions and 0 deletions

View File

@ -42,6 +42,8 @@ interface IState {
@replaceableComponent("views.settings.tabs.user.HelpUserSettingsTab")
export default class HelpUserSettingsTab extends React.Component<IProps, IState> {
protected closeCopiedTooltip: () => void;
constructor(props) {
super(props);