fix(app): improve tab handling (#30669)
This commit is contained in:
parent
3003867c25
commit
5426478e46
12 changed files with 238 additions and 203 deletions
|
|
@ -390,7 +390,6 @@ export const SessionReview = (props: SessionReviewProps) => {
|
|||
<Accordion multiple value={open()} onChange={handleChange}>
|
||||
<For each={files()}>
|
||||
{(file) => {
|
||||
console.log({ file })
|
||||
const diff = () => itemsMap()[file]
|
||||
|
||||
// binary files have empty diffs that we can't render
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue