mirror of
https://github.com/streamwall/streamwall.git
synced 2026-01-28 07:52:48 -05:00
Fix city/state labels not showing
This commit is contained in:
@@ -31,6 +31,8 @@ export interface StreamData extends ContentDisplayOptions {
|
||||
source?: string
|
||||
notes?: string
|
||||
status?: string
|
||||
city?: string
|
||||
state?: string
|
||||
_id: string
|
||||
_dataSource: string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user