Skip to content

Commit

Permalink
fix: loop of svelte getTranslate store
Browse files Browse the repository at this point in the history
  • Loading branch information
eweren authored and stepan662 committed Jun 3, 2022
1 parent b591abe commit e7d73af
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/svelte/src/lib/getTranslate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ const getTranslate: GetTranslateType = () => {
key: key,
params: parameters,
noWrap: noWrap,
orEmpty: true,
defaultValue: defaultValue,
});

Expand Down

0 comments on commit e7d73af

Please sign in to comment.