+
}
+ styles={{
+ spinner: (base) => ({
+ ...base,
+ width: "100px",
+ "& svg circle": {
+ stroke: "rgba(26, 115, 232, 0.5)",
+ },
+ }),
+ }}
+ >
+
Wikis
+ {allWikis === "NO_ACCESS_TOKEN" ? (
+
+ {isAdmin === "true" ? (
+
+ ) : (
+ "Nothing here Yet"
+ )}
+
+ ) : (
+ children
+ )}
+
+
+