Skip to content

Commit cc10422

Browse files
committed
capitalized message
1 parent 10575c8 commit cc10422

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/containers/MainContainer.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ function MainContainer() {
5454
dispatch(setPort(port));
5555
});
5656

57-
if (!npmExists) return <div style={{ color: 'black' }}>please install our npm package in your app</div>;
57+
if (!npmExists) return <div style={{ color: 'black' }}>Please install our npm package in your app</div>;
5858
const { viewIndex, sliderIndex, snapshots } = tabs[currentTab];
5959

6060
// if viewIndex is -1, then use the sliderIndex instead

0 commit comments

Comments
 (0)