Skip to content

Commit

Permalink
Fixed issues with lint
Browse files Browse the repository at this point in the history
Signed-off-by: kunal-511 <[email protected]>
  • Loading branch information
kunal-511 committed Jan 4, 2025
1 parent 8098a49 commit da633f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/jaeger-ui/src/types/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export type LocationState = {

export type ReduxState = {
archive: TracesArchive;
type: Action;
type: string;
config: Config;
ddg: TDdgState;
dependencies: {
Expand Down

0 comments on commit da633f4

Please sign in to comment.