Trait Items #72

Open
Oliver wants to merge 41 commits from feature/trait-items into main
Showing only changes of commit 798e7441b4 - Show all commits

View file

@ -9,5 +9,6 @@ export default {
"rc-options": options,
// #region Simple
"rc-ifOut": (v) => (v || ``),
Oliver marked this conversation as resolved Outdated

This isn't used, get rid of it

This isn't used, get rid of it
"rc-empty-state": (v) => v ?? localizer(`RipCrypt.common.empty`),
};