mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
Add isGame getter
This commit is contained in:
parent
eebf2d73c9
commit
13e36c3bc8
1 changed files with 4 additions and 0 deletions
|
|
@ -93,6 +93,10 @@ export class ListingDetails {
|
|||
|
||||
type = ''
|
||||
|
||||
get isGame () {
|
||||
return this.type === 'game'
|
||||
}
|
||||
|
||||
isListingDetails = true
|
||||
|
||||
get mainHeading () {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue