mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Prevent extra listing details runs
This commit is contained in:
parent
1055f80429
commit
b84f4a68d9
1 changed files with 3 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
// Video Listing template for Benchmarks and Videos
|
// Video Listing template for Benchmarks and Videos
|
||||||
|
|
||||||
import {
|
import {
|
||||||
ListingDetails
|
ensureListingDetails
|
||||||
} from '~/helpers/listing-page.js'
|
} from '~/helpers/listing-page.js'
|
||||||
|
|
||||||
// import Devices from '~/src/components/listing-parts/devices.astro'
|
// import Devices from '~/src/components/listing-parts/devices.astro'
|
||||||
|
|
@ -14,7 +14,8 @@ const {
|
||||||
listing
|
listing
|
||||||
} = Astro.props
|
} = Astro.props
|
||||||
|
|
||||||
const details = new ListingDetails( listing )
|
const details = ensureListingDetails( listing )
|
||||||
|
|
||||||
---
|
---
|
||||||
<section class="container pb-16">
|
<section class="container pb-16">
|
||||||
<div class="flex flex-col items-center text-center space-y-6">
|
<div class="flex flex-col items-center text-center space-y-6">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue