Skip to content

Commit

Permalink
Fixed typo in DetailsCallout #139
Browse files Browse the repository at this point in the history
  • Loading branch information
olemp committed Feb 3, 2020
1 parent aa7a90b commit 13a0720
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const DetailsCallout = ({ item, onDismiss }: IDetailsCalloutProps) => {
target={item.element}
onDismiss={onDismiss}
setInitialFocus={true}>
<p><b>Resssurs:</b> {item.data.resource}</p>
<p><b>Ressurs:</b> {item.data.resource}</p>
<p><b>Allokeringsprosent:</b> {item.data.allocation}%</p>
<p><b>Startdato:</b> {formatDate(item.data.props.GtStartDateOWSDATE)}</p>
<p><b>Sluttdato:</b> {formatDate(item.data.props.GtEndDateOWSDATE)}</p>
Expand Down

0 comments on commit 13a0720

Please sign in to comment.