Skip to content

Commit 4360560

Browse files
committed
Update SessionRenderer to include appTypeSlug in dependencies
1 parent 3aecc3d commit 4360560

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llmstack/client/src/components/store/SessionRenderer.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ const SessionRenderer = ({ sessionData, noHeader = false }) => {
111111
(appTypeSlug === "web" ? defaultWorkflowLayout : defaultChatLayout)}
112112
</LayoutRenderer>
113113
),
114-
[storeApp],
114+
[storeApp, appTypeSlug],
115115
);
116116

117117
if (!storeApp) {

0 commit comments

Comments
 (0)