Remove unused helper

This commit is contained in:
Oliver 2025-12-25 16:13:32 -07:00
parent 5bee99a523
commit 9f3d5636cb

View file

@ -9,6 +9,5 @@ export default {
"rc-options": options,
// #region Simple
"rc-ifOut": (v) => (v || ``),
"rc-empty-state": (v) => v ?? localizer(`RipCrypt.common.empty`),
};