Commit 79f8620b authored by Jun Siang Cheah's avatar Jun Siang Cheah
Browse files

fix: format

parent ca8c098f
......@@ -295,7 +295,7 @@
</td>
<td class=" px-3 py-2"> {user.email} </td>
<td class=" px-3 py-2"> {user.oauth_sub ?? ""} </td>
<td class=" px-3 py-2"> {user.oauth_sub ?? ''} </td>
<td class=" px-3 py-2">
{dayjs(user.last_active_at * 1000).fromNow()}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment