mirror of
https://github.com/h3poteto/whalebird-desktop
synced 2025-01-27 23:59:49 +01:00
Fix fileds types
This commit is contained in:
parent
55dda39d65
commit
28f37af15d
@ -85,7 +85,7 @@ describe('AccountProfile', () => {
|
||||
header_static: '',
|
||||
emojis: [],
|
||||
moved: null,
|
||||
fields: null,
|
||||
fields: [],
|
||||
bot: false
|
||||
}
|
||||
beforeEach(() => {
|
||||
@ -119,7 +119,7 @@ describe('AccountProfile', () => {
|
||||
header_static: '',
|
||||
emojis: [],
|
||||
moved: null,
|
||||
fields: null,
|
||||
fields: [],
|
||||
bot: false
|
||||
}
|
||||
beforeEach(() => {
|
||||
@ -153,7 +153,7 @@ describe('AccountProfile', () => {
|
||||
header_static: '',
|
||||
emojis: [],
|
||||
moved: null,
|
||||
fields: null,
|
||||
fields: [],
|
||||
bot: false
|
||||
}
|
||||
beforeEach(() => {
|
||||
@ -187,7 +187,7 @@ describe('AccountProfile', () => {
|
||||
header_static: '',
|
||||
emojis: [],
|
||||
moved: null,
|
||||
fields: null,
|
||||
fields: [],
|
||||
bot: false
|
||||
}
|
||||
beforeEach(() => {
|
||||
|
@ -52,7 +52,7 @@ const account: Entity.Account = {
|
||||
header_static: '',
|
||||
emojis: [],
|
||||
moved: null,
|
||||
fields: null,
|
||||
fields: [],
|
||||
bot: false
|
||||
}
|
||||
|
||||
|
@ -82,7 +82,7 @@ const account: Entity.Account = {
|
||||
header_static: '',
|
||||
emojis: [],
|
||||
moved: null,
|
||||
fields: null,
|
||||
fields: [],
|
||||
bot: false
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user