moon rental update for admin

This commit is contained in:
2019-04-29 03:22:43 -05:00
parent 0fdf183962
commit 57bdde247f
2 changed files with 10 additions and 13 deletions

View File

@@ -213,13 +213,9 @@ class MoonsAdminController extends Controller
if($contact != null) {
$contact = $contact->toArray();
}
if(!isset($contact['Contact'])) {
$contact = 'None';
} else {
//Get the name of the character
$contact = $lookup->CharacterName($contact['Contact']);
} else {
$contact = 'None';
}
//Set the color for the table