Skip to content

Commit f2219b8

Browse files
Merge pull request #502 from varunrau/vr-tella
2 parents c95c36d + 4c73f75 commit f2219b8

File tree

1 file changed

+2
-1
lines changed
  • packages/react-notion-x/src/components

1 file changed

+2
-1
lines changed

packages/react-notion-x/src/components/asset.tsx

+2-1
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,8 @@ export const Asset: React.FC<{
187187
source.indexOf('wistia') < 0 &&
188188
source.indexOf('loom') < 0 &&
189189
source.indexOf('videoask') < 0 &&
190-
source.indexOf('getcloudapp') < 0
190+
source.indexOf('getcloudapp') < 0 &&
191+
source.indexOf('tella') < 0
191192
) {
192193
style.paddingBottom = undefined
193194

0 commit comments

Comments
 (0)