Skip to content

Commit

Permalink
Use shorthand format
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbachhuber committed Apr 24, 2018
1 parent d64f40a commit 5f1fee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor/components/post-format/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export default compose( [
const supportedFormats = union( [ format ], get( themeSupports, 'formats', [] ) );
return {
postFormat: getEditedPostAttribute( 'format' ),
supportedFormats: supportedFormats,
supportedFormats,
suggestedFormat: getSuggestedPostFormat(),
};
} ),
Expand Down

0 comments on commit 5f1fee9

Please sign in to comment.