Skip to content

Commit 3b92f9c

Browse files
committed
Fix ShareModal button logic
1 parent 2aa1603 commit 3b92f9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ export default function ShareModal({
280280
{appRunData?.sessionId ? "Create Link" : "Done"}
281281
</LoadingButton>
282282
)}
283-
{!shareCode && !profile?.username && (
283+
{shareCode && !profile?.username && (
284284
<LoadingButton
285285
key="submit"
286286
variant="contained"

0 commit comments

Comments
 (0)