Skip to content

Commit

Permalink
feat: default profile has no name
Browse files Browse the repository at this point in the history
Former-commit-id: c9ca90e
  • Loading branch information
ci010 committed Jul 15, 2019
1 parent 523474d commit 150a5bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/universal/store/modules/profile.base.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export function createTemplate(id, java, mcversion, author) {
return {
id,

name: 'Default',
name: '',

resolution: { width: 800, height: 400, fullscreen: false },
java,
Expand Down

0 comments on commit 150a5bc

Please sign in to comment.