mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-20 06:40:31 +00:00
WIP feature/Currencies
This commit is contained in:
3
client/src/store/currencies/currencies.selector.js
Normal file
3
client/src/store/currencies/currencies.selector.js
Normal file
@@ -0,0 +1,3 @@
|
||||
export const getCurrencyById = (items, id) => {
|
||||
return items[id] || null;
|
||||
};
|
||||
Reference in New Issue
Block a user