Skip to content

Commit

Permalink
Merge a925209 into 23dbf2c
Browse files Browse the repository at this point in the history
  • Loading branch information
MariaAga committed Nov 14, 2019
2 parents 23dbf2c + a925209 commit 7ba414b
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { translate as __ } from '../../../../common/I18n';
/**
* Generate a column for a patternfly-3 table.
* See more in http://patternfly-react.surge.sh/patternfly-3/
Expand All @@ -25,7 +24,7 @@ export const column = (
) => ({
property,
header: {
label: __(label),
label,
props: headProps,
formatters: headFormat,
},
Expand Down

0 comments on commit 7ba414b

Please sign in to comment.