This commit is contained in:
Alejandro Gallardo Escobar 2019-08-05 12:58:05 +02:00
parent 125893252f
commit b30baffb5d
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ interface ExtraProps {
const fontAwesomeIcon = (
iconDefinition: IconDefinition,
title: string,
{ size, color, spin, pulse }: ExtraProps
{ size, color, spin, pulse }: ExtraProps = {}
): HTMLElement => {
const container = document.createElement("figure");
container.title = title;