Skip to content

Commit 56577a1

Browse files
skrmainroboquat
authored andcommitted
[dashboard] Remove Pointer cls from Team TimeStamp
1 parent a4870ce commit 56577a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/dashboard/src/components/UsageView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ function UsageView({ attributionId }: UsageViewProps) {
249249
<span>Credits</span>
250250
</ItemField>
251251
<ItemField className="my-auto" />
252-
<ItemField className="col-span-3 my-auto cursor-pointer">
252+
<ItemField className="my-auto">
253253
<span>Timestamp</span>
254254
</ItemField>
255255
</Item>

0 commit comments

Comments
 (0)