We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b29993 commit d8a7ba7Copy full SHA for d8a7ba7
src/features/sample-content/SampleContent.js
@@ -86,7 +86,7 @@ export function SampleContent(props) {
86
variant="h4"
87
sx={{ fontFamily: "noto-sans,sans-serif", marginBottom: "10px" }}
88
>
89
- {"Welcome the Workspaces Sample Widget!"}
+ {"Welcome to the Workspaces Sample Widget!"}
90
</Typography>
91
<Typography
92
component="div"
@@ -115,10 +115,7 @@ export function SampleContent(props) {
115
);
116
}
117
118
-// Hello.propTypes = {
119
-// firstname: PropTypes.string.isRequired
120
-// }
121
122
SampleContent.propTypes = {
123
interactionId: PropTypes.string
124
-}
+}
0 commit comments