mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-22 17:23:00 +02:00
build dev
This commit is contained in:
@@ -46,7 +46,9 @@ export function TaskSelector(props: IProps): React.ReactElement {
|
||||
</option>
|
||||
))}
|
||||
</select>
|
||||
<div>{StatsTable(data)}</div>
|
||||
<div>
|
||||
<StatsTable rows={data} />
|
||||
</div>
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user