mirror of
https://github.com/status-im/consul.git
synced 2025-01-10 05:45:46 +00:00
f154aabd57
* Add sorting to Intentions with tests * Skip Intentions url back test * Create comparator for intention and implement in template * Add a intentions navigation feature test
4 lines
47 B
JavaScript
4 lines
47 B
JavaScript
export default () => key => {
|
|
return key;
|
|
};
|