mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2026-03-01 12:44:17 +00:00
removed unuesed variables
This commit is contained in:
parent
f0c30fc651
commit
085be8cf0e
@ -49,7 +49,6 @@ export function HeaderView({
|
||||
hideMenu = false,
|
||||
big = false,
|
||||
truncateSubname = true,
|
||||
hideSubname = false,
|
||||
showAddress = true,
|
||||
}: {
|
||||
item?: Item
|
||||
@ -60,7 +59,6 @@ export function HeaderView({
|
||||
loading?: boolean
|
||||
hideMenu?: boolean
|
||||
big?: boolean
|
||||
hideSubname?: boolean
|
||||
truncateSubname?: boolean
|
||||
showAddress?: boolean
|
||||
}) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user