ui-soxo-bootstrap-core 2.6.1-dev.16 → 2.6.1-dev.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -724,7 +724,6 @@ function GuestList({
|
|
|
724
724
|
const [single, setSingle] = useState({});
|
|
725
725
|
const otherDetails = config.other_details1 ? JSON.parse(config.other_details1) : {};
|
|
726
726
|
|
|
727
|
-
const otherDetails = config.other_details1 ? JSON.parse(config.other_details1) : {};
|
|
728
727
|
// const [view, setView] = useState(isMobile ? true : false); //Need to check this condition
|
|
729
728
|
const cols = buildDisplayColumns({
|
|
730
729
|
columns,
|