We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 547ef92 commit ff9cf56Copy full SHA for ff9cf56
source/views/sis/student-work/detail.android.js
@@ -135,6 +135,8 @@ function LastUpdated({when}: {when: string}) {
135
Last updated:
136
{' '}
137
{moment(when, 'YYYY/MM/DD').calendar()}
138
+ {'\n'}
139
+ Powered by St. Olaf Student Employment job postings
140
</Text>
141
: null
142
}
source/views/sis/student-work/detail.ios.js
@@ -103,6 +103,8 @@ function LastUpdated({when}: {when: string}) {
103
104
105
106
107
108
109
110
0 commit comments