Skip to content

Commit

Permalink
another data-attr
Browse files Browse the repository at this point in the history
  • Loading branch information
daibhin committed Apr 16, 2024
1 parent 3d26c9b commit 746cc79
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export function Timestamp(): JSX.Element {

return (
<LemonButton
data-attr="recording-timestamp"
onClick={() =>
setTimestampFormat(timestampFormat === 'relative' ? TimestampFormat.Absolute : TimestampFormat.Relative)
}
Expand Down

0 comments on commit 746cc79

Please sign in to comment.