--- import { ensureListingDetails } from '~/helpers/listing-page.js' import { makeLastUpdatedFriendly } from '~/helpers/parse-date.js' const { listing } = Astro.props const details = ensureListingDetails( listing ) const lastUpdatedFriendly = makeLastUpdatedFriendly( listing.lastUpdated ) const gameReportUrl = 'https://forms.gle/29GWt85i1G1L7Ttj8' const defaultReportUrl = `https://github.com/ThatGuySam/doesitarm/issues?q=is%3Aissue+${ listing.name }` const reportUrl = details.isGame ? gameReportUrl : defaultReportUrl ---
{ lastUpdatedFriendly !== null &&
} Report Update