Skip to content

Commit

Permalink
Update dashboard view order
Browse files Browse the repository at this point in the history
  • Loading branch information
gaurab13 committed Jan 31, 2020
1 parent 5be9150 commit cd9c88e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/MainContent.js
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ export default function MainContent(props) {
if (type === 'notes') {
return renderNotesItem(notes);
}
return [renderPasswordItem(passwords), renderCryptoItem(credentials), renderNotesItem(notes)];
return [renderCryptoItem(credentials), renderPasswordItem(passwords), renderNotesItem(notes)];
};

return (
Expand Down

0 comments on commit cd9c88e

Please sign in to comment.