Skip to content

Commit

Permalink
remove semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
shreeharsha-factly committed Aug 23, 2021
1 parent 46f62a9 commit 8f71ce9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion studio/src/pages/spaces/Reindex.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const Reindex = () => {
};
return (
<Space direction="vertical">
<Title level={3}>Reindex</Title>;
<Title level={3}>Reindex</Title>
<Form form={form} name="reindex" layout="vertical">
<Row justify="center" style={{ maxWidth: '1200px', width: '100%', margin: '0 auto' }}>
<Col span={24}>
Expand Down

0 comments on commit 8f71ce9

Please sign in to comment.