We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ba9816 commit fbf05b9Copy full SHA for fbf05b9
ifs.ai/app/DIDVideoStream.tsx
@@ -39,7 +39,7 @@ export default function DIDVideoStream({ avatarUrl, utterance }: { avatarUrl: st
39
</div>
40
<br />
41
<div className="status">
42
- Fetching: <label>{isFetching}</label>
+ Fetching: <label>{isFetching ? "true" : "false"}</label>
43
44
45
);
0 commit comments