Skip to content

Commit e85fdcb

Browse files
committed
chore: remove redundant supporters array
1 parent 96706a1 commit e85fdcb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Support/Support.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ export default class Support extends Component {
136136

137137
const { inView } = this.state;
138138

139-
let supporters = [...SUPPORTERS];
139+
let supporters = SUPPORTERS;
140140
let minimum;
141141
let maximum;
142142
let maxAge;

0 commit comments

Comments
 (0)