Commit 2b5a985
fix: silence unused prop TS error in ProjectList
onSelectSession is part of the public ProjectListProps interface but
not used inside the component body, breaking pnpm build. Prefix with _
to keep the type stable.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>1 parent f0ed2a7 commit 2b5a985
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
| 106 | + | |
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
| |||
0 commit comments