Skip to content

Commit

Permalink
fix changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
DerGoogler committed Aug 28, 2024
1 parent c8c3e3c commit f4ca592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/activitys/FetchTextActivity.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ function FetchTextActivity() {

return (
<Page renderToolbar={renderToolbar}>
<Page.RelativeContent>{!extra.rendering ? <Markup children={state} /> : <extra.rendering children={state} />}</Page.RelativeContent>
<Page.RelativeContent>{!extra.rendering ? <Markup children={state} /> : <extra.rendering children={state} indexFile="index.txt" />}</Page.RelativeContent>
</Page>
);
}
Expand Down

0 comments on commit f4ca592

Please sign in to comment.