Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
DingoEatingFuzz committed Oct 15, 2020
1 parent 214ce4a commit 8f94a98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/app/components/flex-masonry.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default class FlexMasonry extends Component {
@action
reflow() {
run.next(() => {
// There's nothing to do if this is single column layout
// There's nothing to do if this is a single column layout
if (!this.element || this.args.columns === 1 || !this.args.columns) return;

const columns = new Array(this.args.columns).fill(null).map(() => ({
Expand Down

0 comments on commit 8f94a98

Please sign in to comment.