mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -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
|
||||
|
||||
import {
|
||||
ListingDetails
|
||||
ensureListingDetails
|
||||
} from '~/helpers/listing-page.js'
|
||||
|
||||
// import Devices from '~/src/components/listing-parts/devices.astro'
|
||||
|
|
@ -14,7 +14,8 @@ const {
|
|||
listing
|
||||
} = Astro.props
|
||||
|
||||
const details = new ListingDetails( listing )
|
||||
const details = ensureListingDetails( listing )
|
||||
|
||||
---
|
||||
<section class="container pb-16">
|
||||
<div class="flex flex-col items-center text-center space-y-6">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue