fix: correct GoogleSheets component class name (#1960)

This commit is contained in:
Saleh Yusefnejad
2021-03-16 02:06:10 +03:30
committed by GitHub
parent ec57951087
commit d86b7babb9

View File

@@ -12,7 +12,7 @@ type Props = {|
|},
|};
export default class GoogleSlides extends React.Component<Props> {
export default class GoogleSheets extends React.Component<Props> {
static ENABLED = [URL_REGEX];
render() {