Skip to content

Commit

Permalink
Merge pull request #10 from UWUVCI-PRIME/development
Browse files Browse the repository at this point in the history
Fixed typo
  • Loading branch information
NicoAICP authored Sep 18, 2024
2 parents 5af0b07 + 9118e9f commit 48e0c29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/NDS-Compat.vue
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export default {
value: 'game_name',
},
{ title: 'Game Region', sortable: false,value: 'game_region' },
{ title: 'Base Name', sortable: false,value: 'base_name' },
{ title: 'Base Game', sortable: false,value: 'base_name' },
{ title: 'Base Region', sortable: false,value: 'base_region' },
{ title: 'Status', sortable: false,value: 'status' },
{ title: 'Notes', sortable: false, value: 'notes' },
Expand Down

0 comments on commit 48e0c29

Please sign in to comment.