File size: 183 Bytes
1e92f2d | 1 2 3 4 5 6 7 8 | export const config = { amp: true }
export default () => (
<div data-amp-bind-text="fields_maxPrice_live < 801 ? '$' + round(fields_maxPrice_live) : '$800+'">
$800+
</div>
)
|
1e92f2d | 1 2 3 4 5 6 7 8 | export const config = { amp: true }
export default () => (
<div data-amp-bind-text="fields_maxPrice_live < 801 ? '$' + round(fields_maxPrice_live) : '$800+'">
$800+
</div>
)
|