mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-12 03:50:22 +00:00
Fix all existing prettier issues
This commit is contained in:
@@ -9,10 +9,7 @@ export default class extends Controller {
|
||||
}
|
||||
|
||||
countCharacters() {
|
||||
this.displayCount(
|
||||
this.inputTarget.value.length,
|
||||
this.inputTarget.maxLength
|
||||
);
|
||||
this.displayCount(this.inputTarget.value.length, this.inputTarget.maxLength);
|
||||
}
|
||||
|
||||
displayCount(count, max) {
|
||||
|
||||
Reference in New Issue
Block a user