Skip to content

Commit

Permalink
chore: make some changes to test the build
Browse files Browse the repository at this point in the history
  • Loading branch information
jenniferarnesen committed Jun 10, 2024
1 parent a3b0a6a commit 6cde8b8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/AboutAOUnit/AboutAOUnit.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ const AboutAOUnit = forwardRef(({ type, id, renderId }, ref) => {

const queries = useMemo(() => getQueries(type), [type])

console.log('testing build from d2-ci')

const {
data,
loading: dataIsLoading,
Expand Down Expand Up @@ -212,7 +214,7 @@ const AboutAOUnit = forwardRef(({ type, id, renderId }, ref) => {
</p>
<p className="detailLine">
<IconClock16 color={colors.grey700} />
{i18n.t('Last updated {{time}}', {
{i18n.t('Testing testing {{time}}', {
time: moment(
fromServerDate(data.ao.lastUpdated)
).fromNow(),
Expand Down

0 comments on commit 6cde8b8

Please sign in to comment.