Skip to content

Commit

Permalink
review fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
billyvg committed Feb 28, 2025
1 parent 30cb156 commit 77d8a89
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion static/app/components/releases/releasesDrawer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ type Bucket = [
start: number,
placeholder: number,
end: number,
releases: number,
numReleases: number,
releases: Release[],
];

Expand Down
1 change: 0 additions & 1 deletion static/app/components/releases/releasesDrawerTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ export function ReleaseDrawerTable({start, end}: Props) {
const {columns, handleResizeColumn} = useQueryBasedColumnResize({
columns: BASE_COLUMNS,
location,
paramName: 'width_health_table',
});

const organization = useOrganization();
Expand Down

0 comments on commit 77d8a89

Please sign in to comment.