Skip to content

Commit 05f8b6f

Browse files
author
Sine Jespersen
committed
5374: fix typo
1 parent 31648a2 commit 05f8b6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stories/Blocks/status-userprofile/statusUserprofile.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export const StatusUserprofile = (props: StatusUserprofileProps) => {
3535
</div>
3636
))
3737
) : (
38-
<ListEmpty text="Du har i øjebilkket 0 fysiske lån" />
38+
<ListEmpty text="Du har i øjeblikket 0 fysiske lån" />
3939
)}
4040
</div>
4141
<div className="status-userprofile__column">

0 commit comments

Comments
 (0)