Skip to content

Commit 7aa7c15

Browse files
committed
lint(Concert Card): Add missing semicolon
1 parent 22cabc4 commit 7aa7c15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/miscellaneous/concert-card/concert-card.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export class ConcertCardPage {
2727
artistImage: 'assets/img/misc/kanye_west.png',
2828
color: '#fdd427'
2929
},
30-
]
30+
];
3131

3232
constructor(public navCtrl: NavController) { }
3333
}

0 commit comments

Comments
 (0)