main window to top window

This commit is contained in:
z0ccc 2022-06-05 15:23:11 -04:00
parent ea3c7fa141
commit aec811d3b5

View file

@ -22,7 +22,7 @@ const DataBlock = ({ title, type }) => {
<table>
<tbody>
<TableRow
title="Main Window"
title="Top Window"
value={windowData ? windowData[type].value : ''}
issues={windowData ? windowData[type].issues : []}
/>