mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-02-27 12:16:36 +00:00
Created OrphanVisitsTitle test
This commit is contained in:
@@ -9,7 +9,6 @@ interface OrphanVisitsHeader {
|
||||
|
||||
export const OrphanVisitsHeader = ({ orphanVisits, goBack }: OrphanVisitsHeader) => {
|
||||
const { visits } = orphanVisits;
|
||||
const visitsStatsTitle = <span className="mr-2">Orphan visits</span>;
|
||||
|
||||
return <VisitsHeader title={visitsStatsTitle} goBack={goBack} visits={visits} />;
|
||||
return <VisitsHeader title="Orphan visits" goBack={goBack} visits={visits} />;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user