mirror of
https://github.com/status-im/consul.git
synced 2025-01-10 13:55:55 +00:00
c73d53e188
* 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;
|
|
};
|