File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
apps/desktop/src/components Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 6
6
import Drawer from ' $components/Drawer.svelte' ;
7
7
import ReduxResult from ' $components/ReduxResult.svelte' ;
8
8
import { writeClipboard } from ' $lib/backend/clipboard' ;
9
+ import { rewrapCommitMessage } from ' $lib/config/uiFeatureFlags' ;
9
10
import { StackService } from ' $lib/stacks/stackService.svelte' ;
10
11
import { inject } from ' @gitbutler/shared/context' ;
11
12
import Icon from ' @gitbutler/ui/Icon.svelte' ;
58
59
59
60
<div class =" commit-view" >
60
61
<CommitTitle commitMessage ={commit .message } className =" text-14 text-semibold text-body" />
61
- <CommitDetails {commit } />
62
+ <CommitDetails {commit } rewrap ={ $rewrapCommitMessage } />
62
63
</div >
63
64
</Drawer >
64
65
<ReduxResult {projectId } result ={changesResult .current }>
You can’t perform that action at this time.
0 commit comments