Assign SawStop course to lockout

This commit is contained in:
2023-07-24 23:02:57 +00:00
parent c86d38229a
commit a4b3112232
3 changed files with 4 additions and 4 deletions

View File

@@ -736,7 +736,7 @@ export function AdminMemberCertifications(props) {
<Table.Row>
<Table.Cell>SawStop</Table.Cell>
<Table.Cell>{member.wood_cert_date ? 'Yes, ' + member.wood_cert_date : 'No'}</Table.Cell>
<Table.Cell>SawStop course (WIP)</Table.Cell>
<Table.Cell><Link to='/courses/463'>SawStop Update</Link></Table.Cell>
<Table.Cell><AdminCert name='SawStop' field='wood_cert_date' {...props} loading={loading} setLoading={setLoading} /></Table.Cell>
</Table.Row>
<Table.Row>

View File

@@ -35,7 +35,7 @@ export function CertList(props) {
<Table.Row>
<Table.Cell>SawStop</Table.Cell>
<Table.Cell>{isMobile && 'Enabled: '}{member.wood_cert_date ? 'Yes, ' + member.wood_cert_date : 'No'}</Table.Cell>
<Table.Cell>SawStop course (WIP)</Table.Cell>
<Table.Cell><Link to='/courses/463'>SawStop Update</Link></Table.Cell>
</Table.Row>
<Table.Row>
<Table.Cell>Drum Sander</Table.Cell>