Skip to content

Instantly share code, notes, and snippets.

@Sidnioulz
Last active January 21, 2022 17:39
Show Gist options
  • Save Sidnioulz/6090883e6d2769d2706a92fc3bdda677 to your computer and use it in GitHub Desktop.
Save Sidnioulz/6090883e6d2769d2706a92fc3bdda677 to your computer and use it in GitHub Desktop.
LJN Reclame Architecture - Gist 7
const renderFileInfos = (params) => {
const { bem, features, props } = params
return !isNil(props.name) || !isNil(props.type) || !isNil(props.size) ? (
<span className={bem.element('metadata')}>
{props.format?.(params) || features.fileinfos.defaultFormat(params)}
</span>
) : null
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment