Bugfix
This commit is contained in:
parent
125893252f
commit
b30baffb5d
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue