mirror of
https://iceshrimp.dev/blueb/Chuckya-fe-standalone.git
synced 2026-01-12 05:53:14 -08:00
appease eslint
This commit is contained in:
parent
2eed4ace11
commit
fa92e88fb2
1 changed files with 1 additions and 1 deletions
|
|
@ -18,6 +18,6 @@ export const boostModal = getMeta('boost_modal');
|
|||
export const favouriteModal = getMeta('favourite_modal');
|
||||
export const deleteModal = getMeta('delete_modal');
|
||||
export const me = getMeta('me');
|
||||
export const maxChars = initialState['max_toot_chars'] || 500;
|
||||
export const maxChars = initialState.max_toot_chars || 500;
|
||||
|
||||
export default initialState;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue