fix: Airtable embed, undefined in url

This commit is contained in:
Tom Moor
2023-12-13 20:21:28 -05:00
parent 792b8062dc
commit d6c357d909

View File

@@ -14,7 +14,7 @@ function Airtable(props: Props) {
return (
<Frame
{...props}
src={`https://airtable.com/embed/${appId}${shareId}`}
src={`https://airtable.com/embed/${appId ?? ""}${shareId}`}
title={`Airtable (${shareId})`}
border
/>