Skip to content

Commit

Permalink
Merge pull request #88 from AIFARMS/pradeepsen99.remove-extraneous-chars
Browse files Browse the repository at this point in the history
fix: Remove random comma and 0 showing up on main page
  • Loading branch information
pradeepsen99 authored Mar 18, 2024
2 parents 22cdfa6 + 944520c commit b3c4581
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import store from './store'
//REDUX code
ReactDOM.render(
<Provider store={store}>
<App/>,
<App/>
</Provider>,
document.getElementById('root')
);
Expand Down
2 changes: 1 addition & 1 deletion src/ui_elements/Pages/main_upload.js
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ export default function MainUpload() {
</div>
}
{
upload === false &
upload === false &&
<div>
"Video/Image upload not detected. Please upload."
</div>
Expand Down

0 comments on commit b3c4581

Please sign in to comment.