Conform more code to strictNullChecks
(#10444
* Conform more code to `strictNullChecks` * Fix tests * Fix tests
This commit is contained in:
parent
ba2608ec74
commit
c225b8ec29
29 changed files with 85 additions and 75 deletions
|
@ -33,6 +33,7 @@ interface IProps {
|
|||
|
||||
const BetaFeedbackDialog: React.FC<IProps> = ({ featureId, onFinished }) => {
|
||||
const info = SettingsStore.getBetaInfo(featureId);
|
||||
if (!info) return null;
|
||||
|
||||
return (
|
||||
<GenericFeatureFeedbackDialog
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue