Skip to content

Commit

Permalink
did: print fetching
Browse files Browse the repository at this point in the history
  • Loading branch information
tmc committed Mar 24, 2024
1 parent 3ba9816 commit fbf05b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ifs.ai/app/DIDVideoStream.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export default function DIDVideoStream({ avatarUrl, utterance }: { avatarUrl: st
</div>
<br />
<div className="status">
Fetching: <label>{isFetching}</label>
Fetching: <label>{isFetching ? "true" : "false"}</label>
</div>
</div>
);
Expand Down

0 comments on commit fbf05b9

Please sign in to comment.