+ lg:bg-transparent lg:w-auto lg:h-auto lg:mt-0 lg:p-0 lg:text-sm lg:flex-1 lg:basis-24 lg:grow-0 lg:right-0 text-center font-semibold`}>
{renderPosition(position)}
{!updating && positionChange > 0 && ▲ {positionChange}}
{!updating && positionChange < 0 && ▼ {positionChange}}
+
+
+ {bestPosition ? bestPosition.position || '-' : (position || '-')}
+
+
{chartData.labels.length > 0 && (
- showKeywordDetails()}>
+
showKeywordDetails()}>
)}
+
@@ -124,6 +152,7 @@ const Keyword = (props: KeywordProps) => {
{turncatedURL || '-'}
+
@@ -176,6 +205,7 @@ const Keyword = (props: KeywordProps) => {
)}
+
{lastUpdateError && lastUpdateError.date && showPositionError && (
2 ? 'lg:bottom-12 mt-[-70px]' : ' top-12'}`}>
@@ -189,7 +219,8 @@ const Keyword = (props: KeywordProps) => {
{lastUpdateError.scraper && {lastUpdateError.scraper}: }{lastUpdateError.error}
- )}
+ )}
+