Skip to content

Commit

Permalink
Unused style prop in Lane.tsx (#27)
Browse files Browse the repository at this point in the history
* Unused style prop in Lane.tsx

Co-authored-by: Kai Spencer <[email protected]>
Co-authored-by: kai <[email protected]>
  • Loading branch information
3 people authored Dec 30, 2023
1 parent a3be6fc commit c90dd1d
Show file tree
Hide file tree
Showing 6 changed files with 3,711 additions and 3,576 deletions.
5 changes: 5 additions & 0 deletions .changeset/rude-hairs-compare.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"react-trello-ts": patch
---

Unused style prop in Lane.tsx
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
name: Install pnpm
id: pnpm-install
with:
version: 7
version: 8
run_install: false

- name: Get pnpm store directory
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
name: Install pnpm
id: pnpm-install
with:
version: 7
version: 8
run_install: false

- name: Get pnpm store directory
Expand Down
1 change: 1 addition & 0 deletions packages/react-trello-ts/src/controllers/Lane.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,7 @@ export const Lane: FC<PropsWithChildren<LaneProps>> = ({
onClick={() => onLaneClick?.(id)}
draggable={false}
className={allClassNames}
style={style}
>
<components.LaneHeader
onDelete={removeLane}
Expand Down
Loading

0 comments on commit c90dd1d

Please sign in to comment.