Hover the mouse over the data entry title to see it's source
This commit is contained in:
parent
60422461fd
commit
6b18df246c
|
@ -52,6 +52,7 @@ function StolenDataRow({ entry }: { entry: StolenDataEntry }) {
|
|||
width: "100px",
|
||||
overflowWrap: "anywhere",
|
||||
}}
|
||||
title={"Źródło: " + entry.source}
|
||||
onClick={() => entry.toggleMark()}
|
||||
>
|
||||
{entry.name}
|
||||
|
|
Loading…
Reference in New Issue
Block a user