Skip to content

Commit 0e66756

Browse files
committed
🐛 correct projectName propType to string
1 parent eb3bc59 commit 0e66756

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/modules/Mobile/MobileSketchView.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ MobileSketchView.propTypes = {
164164
uploadFileModalVisible: PropTypes.bool.isRequired
165165
}).isRequired,
166166

167-
projectName: PropTypes.func.isRequired,
167+
projectName: PropTypes.string.isRequired,
168168

169169
setTextOutput: PropTypes.func.isRequired,
170170
setGridOutput: PropTypes.func.isRequired,

0 commit comments

Comments
 (0)