mirror of
https://github.com/we-promise/sure.git
synced 2026-09-01 21:01:03 +00:00
Shared money input should respond to change in currency (#654)
* Add step method to currency * Change amount placeholder and step, when currency select change * Lint * Add test with auth * Extract request to specific service
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
export class CurrenciesService {
|
||||
get(id) {
|
||||
return fetch(`/currencies/${id}.json`).then((response) => response.json());
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user