chore(trace-viewer) undo meaningless change

This commit is contained in:
Ryan Rosello 2024-07-02 20:40:32 +10:00
parent e0e4ca6d15
commit ebf9244f5d
2 changed files with 2 additions and 2 deletions

View file

@ -29,4 +29,4 @@
.stack-trace-frame-line {
flex: none;
}
}

View file

@ -46,4 +46,4 @@ export const StackTraceView: React.FunctionComponent<{
</>;
}}
onSelected={frame => setSelectedFrame(frames.indexOf(frame))} />;
};
};