Skip to content

Commit

Permalink
Fixes #28269 - Remove translation from table column
Browse files Browse the repository at this point in the history
  • Loading branch information
MariaAga authored and xprazak2 committed Nov 15, 2019
1 parent 23dbf2c commit 85c0b77
Showing 1 changed file with 1 addition and 2 deletions.
@@ -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 85c0b77

Please sign in to comment.