refactor(characters): drive shared UI from active character
This commit is contained in:
@@ -145,7 +145,10 @@ describe("character actor route providers", () => {
|
||||
function renderChat(characterId: string): void {
|
||||
act(() => {
|
||||
root.render(
|
||||
<ChatRouteProviders characterId={characterId}>
|
||||
<ChatRouteProviders
|
||||
characterId={characterId}
|
||||
emptyChatGreeting={`Hello from ${characterId}`}
|
||||
>
|
||||
<span>chat</span>
|
||||
</ChatRouteProviders>,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user