Skip to content

Commit 3f0f5ce

Browse files
patrickelectricjoaoantoniocardoso
authored andcommitted
core: frontend: components: kraken: StoreExtensionCard: Sort archs before showing
Signed-off-by: Patrick José Pereira <[email protected]>
1 parent f4016d2 commit 3f0f5ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/frontend/src/components/kraken/cards/StoreExtensionCard.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ export default Vue.extend({
191191
.flatMap((image) => image.platform.architecture),
192192
),
193193
]
194-
194+
archs.sort()
195195
return archs.join(', ')
196196
},
197197
action_button_text(): string {

0 commit comments

Comments
 (0)