change label to admin

This commit is contained in:
mantikoros 2022-08-28 13:30:27 -05:00
parent 98861ccc19
commit 133e7a9c3f

View File

@ -150,7 +150,7 @@ export function ContractInfoDialog(props: { contract: Contract; bets: Bet[] }) {
{/* Show a path to Firebase if user is an admin, or we're on localhost */}
{(isAdmin || isDev) && (
<tr>
<td>[DEV] Firestore</td>
<td>[ADMIN] Firestore</td>
<td>
<SiteLink href={firestoreConsolePath(id)}>
Console link