mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -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 = ''
|
type = ''
|
||||||
|
|
||||||
|
get isGame () {
|
||||||
|
return this.type === 'game'
|
||||||
|
}
|
||||||
|
|
||||||
isListingDetails = true
|
isListingDetails = true
|
||||||
|
|
||||||
get mainHeading () {
|
get mainHeading () {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue