Skip to content

Commit

Permalink
fix: add back actions output (#44)
Browse files Browse the repository at this point in the history
This was removed in a previous PR by mistake.

#30
  • Loading branch information
kivrafredrik committed Oct 20, 2023
1 parent be08eb1 commit ca90690
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/webapp/layout/story/Story.tsx
Expand Up @@ -115,6 +115,7 @@ export const StoryComponent = observer(({ story }: { story: Story }) => {
controls={controls}
/>
))}
<ActionOutput outputs={outputs} />
</>
)}
</Wrapper>
Expand Down

0 comments on commit ca90690

Please sign in to comment.