Skip to content

Commit

Permalink
fix: use asset in remote display component.
Browse files Browse the repository at this point in the history
  • Loading branch information
micahg committed Feb 2, 2025
1 parent 4bbdb62 commit 302f386
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ const RemoteDisplayComponent = () => {
tokens = js.state.tokens;
}
for (const token of tokens) {
token.token = `${mediaPrefix}/${token.token}`;
token.asset = `${mediaPrefix}/${token.asset}`;
}
const things: (HydratedTokenInstance | Rect)[] =
tokens.length > 0 ? [...tokens] : [];
Expand Down

0 comments on commit 302f386

Please sign in to comment.