Skip to content

Commit fbf05b9

Browse files
committed
did: print fetching
1 parent 3ba9816 commit fbf05b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ifs.ai/app/DIDVideoStream.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export default function DIDVideoStream({ avatarUrl, utterance }: { avatarUrl: st
3939
</div>
4040
<br />
4141
<div className="status">
42-
Fetching: <label>{isFetching}</label>
42+
Fetching: <label>{isFetching ? "true" : "false"}</label>
4343
</div>
4444
</div>
4545
);

0 commit comments

Comments
 (0)