View still active tickets
This commit is contained in:
@@ -41,8 +41,8 @@ pub struct TicketProps {
|
||||
|
||||
#[derive(Clone, Debug, PartialEq)]
|
||||
pub struct ActiveUser {
|
||||
id: Option<i16>,
|
||||
is_admin: bool,
|
||||
pub id: Option<i16>,
|
||||
pub is_admin: bool,
|
||||
}
|
||||
|
||||
#[derive(Deserialize, Debug)]
|
||||
|
||||
Reference in New Issue
Block a user