Skip to content

Commit

Permalink
add white space
Browse files Browse the repository at this point in the history
  • Loading branch information
devketanpro committed Oct 13, 2023
1 parent 72695f3 commit f31fdf3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions client/components/fields/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ export function registerField(id, component) {
* @param {Object} props
*/
export function renderFields(
fields:Array<any>|string,
item:IEventOrPlanningItem,
props:Object = {},
language:string = ''
fields: Array<any>|string,
item: IEventOrPlanningItem,
props: Object = {},
language: string = ''
) {
return (Array.isArray(fields) ? fields : [fields]).map((id) => {
const Component = registeredFields[id];
Expand Down

0 comments on commit f31fdf3

Please sign in to comment.